You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
199 B
C

int main(void)
{
int a = 1 +
2
;
int b = 3 +
4
;
int c = 5 +
6
;
int d = 7 +
8
;
return 0;
}