Problem | queuecutting |
---|---|
User | JoshJuice |
Submission Time | 2024-06-27 14:49:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
queuecutting.cpp: In function ‘int main()’:
queuecutting.cpp:2:13: error: ‘long long long’ is too long for GCC
2 | #define int long long
| ^~~~
queuecutting.cpp:6:15: note: in expansion of macro ‘int’
6 | long long int Q;
| ^~~
queuecutting.cpp:2:18: error: ‘long long long’ is too long for GCC
2 | #define int long long
| ^~~~
queuecutting.cpp:6:15: note: in expansion of macro ‘int’
6 | long long int Q;
| ^~~
queuecutting.cpp:2:13: error: ‘long long long’ is too long for GCC
2 | #define int long long
| ^~~~
queuecutting.cpp:9:19: note: in expansion of macro ‘int’
9 | long long int t;
| ^~~
queuecutting.cpp:2:18: error: ‘long long long’ is too long for GCC
2 | #define int long long
| ^~~~
queuecutting.cpp:9:19: note: in expansion of mac