| Problem | exam |
|---|---|
| User | Lerongt |
| Submission Time | 2026-06-22 15:51:57 |
| 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 long long
| ^~
exam.cpp: In function ‘int main()’:
exam.cpp:6:4: error: expected ‘;’ before ‘x’
6 | 11 x;
| ^~
| ;
exam.cpp:7:9: error: ‘x’ was not declared in this scope
7 | cin >> x;
| ^
exam.cpp:14:5: error: expected ‘;’ before ‘A’
14 | 11 A,B;
| ^~
| ;
exam.cpp:15:10: error: ‘A’ was not declared in this scope
15 | cin >> A >> B;
| ^
exam.cpp:15:15: error: ‘B’ was not declared in this scope
15 | cin >> A >> B;
| ^
exam.cpp:17:2: error: expected ‘}’ at end of input
17 | }
| ^
exam.cpp:5:13: note: to match this ‘{’
5 | int main () {
| ^