foo.c: In function 'main':
foo.c:8:13: error: two or more data types in declaration specifiers
8 | int double = 0;
| ^~~~~~
foo.c:8:20: error: expected identifier or '(' before '=' token
8 | int double = 0;
| ^
foo.c:11:16: error: expected identifier or '(' before '=' token
11 | double = num1 * num2;
| ^
foo.c:14:16: warning: missing terminating " character
14 | printf("%d\na',3%5);
| ^
foo.c:14:16: error: missing terminating " character
14 | printf("%d\na',3%5);
| ^~~~~~~~~~~~~
foo.c:15:1: error: expected expression before '}' token
15 | }
| ^
foo.c:14:16: error: expected ';' before '}' token
14 | printf("%d\na',3%5);
| ^
| ;
15 | }
| ~
[Hydro](https://hydro.ac)提供评测服务