| Problem | exam |
|---|---|
| User | yq |
| Submission Time | 2026-06-22 15:55:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp:2:9: error: macro names must be identifiers
2 | #define 11 longlong
| ^~
exam.cpp: In function ‘int main()’:
exam.cpp:6:6: error: ‘x’ was not declared in this scope
6 | 11; x;
| ^
exam.cpp:13:6: error: ‘A’ was not declared in this scope
13 | 11;A,B;
| ^
exam.cpp:13:8: error: ‘B’ was not declared in this scope
13 | 11;A,B;
| ^