Problem queuecutting
User JoshJuice
Submission Time 2024-06-27 10:55:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

queuecutting.cpp: In function ‘int main()’:
queuecutting.cpp:4:13: error: ‘long long long’ is too long for GCC
4 | #define int long long
| ^~~~
queuecutting.cpp:7:15: note: in expansion of macro ‘int’
7 | long long int Q;
| ^~~
queuecutting.cpp:4:18: error: ‘long long long’ is too long for GCC
4 | #define int long long
| ^~~~
queuecutting.cpp:7:15: note: in expansion of macro ‘int’
7 | long long int Q;
| ^~~
queuecutting.cpp:4:13: error: ‘long long long’ is too long for GCC
4 | #define int long long
| ^~~~
queuecutting.cpp:10:19: note: in expansion of macro ‘int’
10 | long long int t;
| ^~~
queuecutting.cpp:4:18: error: ‘long long long’ is too long for GCC
4 | #define int long long
| ^~~~
queuecutting.cpp:10:19: note: in expansion of m