| Problem | exam |
|---|---|
| User | Lerongt |
| Submission Time | 2026-06-22 15:55:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
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;
| ^