| Problem | exam |
|---|---|
| User | alice157050 |
| Submission Time | 2026-06-22 15:47:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:6:2: error: ‘ll’ was not declared in this scope
6 | ll x;
| ^~
exam.cpp:7:9: error: ‘x’ was not declared in this scope
7 | cin >> x;
| ^
exam.cpp:13:5: error: expected ‘;’ before ‘A’
13 | ll A, B;
| ^~
| ;
exam.cpp:14:10: error: ‘A’ was not declared in this scope
14 | cin >> A >> B;
| ^
exam.cpp:14:15: error: ‘B’ was not declared in this scope
14 | cin >> A >> B;
| ^