Problem pilot
User PanGD
Submission Time 2023-01-05 21:07:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pilot.cpp:14:23: error: ‘::main’ must return ‘int’
14 | #define int long long int
| ^~~
pilot.cpp:20:1: note: in expansion of macro ‘int’
20 | int main()
| ^~~
pilot.cpp: In function ‘int main()’:
pilot.cpp:14:13: error: ‘long long long’ is too long for GCC
14 | #define int long long int
| ^~~~
pilot.cpp:39:36: note: in expansion of macro ‘int’
39 | cruisingh = (long long int)cruisingh;
| ^~~
pilot.cpp:14:18: error: ‘long long long’ is too long for GCC
14 | #define int long long int
| ^~~~
pilot.cpp:39:36: note: in expansion of macro ‘int’
39 | cruisingh = (long long int)cruisingh;
| ^~~
pilot.cpp:14:13: error: ‘long long long’ is too long for GCC
14 | #define int long long int
| ^~~~
pilot.cpp:44:23: not