Problem duckhunt4
User yuhannp
Submission Time 2026-08-21 16:12:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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