Problem | traineeline |
---|---|
User | JoshJuice |
Submission Time | 2025-06-12 18:55:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
traineeline.cpp:6:13: error: declaration does not declare anything [-fpermissive]
6 | #define int ll;
| ^~
traineeline.cpp:18:1: note: in expansion of macro ‘int’
18 | int main() {
| ^~~
traineeline.cpp: In function ‘int main()’:
traineeline.cpp:6:13: error: declaration does not declare anything [-fpermissive]
6 | #define int ll;
| ^~
traineeline.cpp:20:3: note: in expansion of macro ‘int’
20 | int q, op, h, x, sum;
| ^~~
traineeline.cpp:20:7: error: ‘q’ was not declared in this scope
20 | int q, op, h, x, sum;
| ^
traineeline.cpp:20:10: error: ‘op’ was not declared in this scope
20 | int q, op, h, x, sum;
| ^~
traineeline.cpp:20:14: error: ‘h’ was not declared in this scope
20 | int q, op, h, x, sum;
| ^
traineeline.cpp:20:17: error: ‘x’ was not declared in this scope
20 | int q, op, h,