Problem pilot
User aiden
Submission Time 2025-03-21 16:54:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pilot.cpp:4:17: error: declaration does not declare anything [-fpermissive]
4 | #define ll long long;
| ^~~~
pilot.cpp:5:1: note: in expansion of macro ‘ll’
5 | ll n,q;
| ^~
pilot.cpp:5:4: error: ‘n’ does not name a type; did you mean ‘yn’?
5 | ll n,q;
| ^
| yn
pilot.cpp:4:17: error: declaration does not declare anything [-fpermissive]
4 | #define ll long long;
| ^~~~
pilot.cpp:6:1: note: in expansion of macro ‘ll’
6 | ll h[maxn];
| ^~
pilot.cpp:6:4: error: ‘h’ does not name a type
6 | ll h[maxn];
| ^
pilot.cpp:4:17: error: declaration does not declare anything [-fpermissive]
4 | #define ll long long;
| ^~~~
pilot.cpp:7:1: note: in expansion of macro ‘ll’
7 | ll planes[maxn];
| ^~
pilot.cpp:7:4: error: ‘planes’ does not name a type
7 | ll planes[maxn];
|