Problem | queuecutting |
---|---|
User | ArianneLim |
Submission Time | 2024-06-21 15:42:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
queuecutting.cpp: In function ‘int main()’:
queuecutting.cpp:3:13: error: expected identifier before ‘long’
3 | #define int long long
| ^~~~
queuecutting.cpp:10:3: note: in expansion of macro ‘int’
10 | int three; three=0;
| ^~~
queuecutting.cpp:10:12: error: expected ‘]’ before ‘;’ token
10 | int three; three=0;
| ^
| ]
queuecutting.cpp: In lambda function:
queuecutting.cpp:10:12: error: expected ‘{’ before ‘;’ token
queuecutting.cpp: In function ‘int main()’:
queuecutting.cpp:10:14: error: ‘three’ was not declared in this scope
10 | int three; three=0;
| ^~~~~