| Problem | exam |
|---|---|
| User | gimgim |
| Submission Time | 2026-04-18 00:55:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
exam.cpp:5:2: note: in expansion of macro ‘int’
5 | int paper;
| ^~~
exam.cpp:5:6: error: ‘paper’ was not declared in this scope
5 | int paper;
| ^~~~~
exam.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
exam.cpp:6:2: note: in expansion of macro ‘int’
6 | int A;
| ^~~
exam.cpp:6:6: error: ‘A’ was not declared in this scope
6 | int A;
| ^
exam.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
exam.cpp:7:2: note: in expansion of macro ‘int’
7 | int B;
| ^~~
exam.cpp:7:6: error: ‘B’ was not declared in this scope