Problem tourist_noi
User Wheezycantcode
Submission Time 2024-02-25 18:05:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourist_noi.cpp: In function ‘int main()’:
tourist_noi.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
tourist_noi.cpp:7:2: note: in expansion of macro ‘int’
7 | int n, x, y;
| ^~~
tourist_noi.cpp:7:6: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | int n, x, y;
| ^
| yn
tourist_noi.cpp:7:9: error: ‘x’ was not declared in this scope
7 | int n, x, y;
| ^
tourist_noi.cpp:7:12: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
7 | int n, x, y;
| ^
| yn
tourist_noi.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
tourist_noi.cpp:8:2: note: in expansion of macro ‘int’
8 | int z =0;
| ^~~
tourist_noi.cpp:8:6: error: ‘z’ wa