Problem | boxispull |
---|---|
User | Ush |
Submission Time | 2024-01-29 15:54:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boxispull.cpp: In function ‘int32_t main()’:
boxispull.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
boxispull.cpp:6:1: note: in expansion of macro ‘int’
6 | int t;
| ^~~
boxispull.cpp:6:5: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
6 | int t;
| ^
| tm
boxispull.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
boxispull.cpp:9:8: note: in expansion of macro ‘int’
9 | for (int i = 0; i < t; i++) {
| ^~~
boxispull.cpp:9:12: error: ‘i’ was not declared in this scope
9 | for (int i = 0; i < t; i++) {
| ^
boxispull.cpp:9:24: error: expected ‘)’ before ‘;’ token
9 | for (int i = 0; i < t; i++) {
| ~ ^
|