Problem smurf
User kruytz
Submission Time 2023-05-18 11:09:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp: In function ‘int main()’:
smurf.cpp:3:22: error: declaration does not declare anything [-fpermissive]
3 | #define ll long long int;
| ^~~
smurf.cpp:9:3: note: in expansion of macro ‘ll’
9 | ll n, j;
| ^~
smurf.cpp:9:6: error: ‘n’ was not declared in this scope
9 | ll n, j;
| ^
smurf.cpp:9:9: error: ‘j’ was not declared in this scope
9 | ll n, j;
| ^