Problem evenorodd
User 28yhewe974h
Submission Time 2024-01-12 13:52:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

evenorodd.cpp: In function ‘int32_t main()’:
evenorodd.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
evenorodd.cpp:6:2: note: in expansion of macro ‘int’
6 | int thing;
| ^~~
evenorodd.cpp:6:6: error: ‘thing’ was not declared in this scope
6 | int thing;
| ^~~~~