Problem compleecode
User oolimry
Submission Time 2024-05-20 11:48:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

compleecode.cpp: In function ‘int main()’:
compleecode.cpp:28:12: error: declaration does not declare anything [-fpermissive]
28 | #define x long
| ^~~~
compleecode.cpp:69:25: note: in expansion of macro ‘x’
69 | int TC; cin >> TC; int x;
| ^