| Problem | exam |
|---|---|
| User | Devthethala |
| Submission Time | 2026-06-22 16:24:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:12:10: error: ‘a’ was not declared in this scope
12 | cin >> a >> b;
| ^
exam.cpp:12:15: error: ‘b’ was not declared in this scope
12 | cin >> a >> b;
| ^
exam.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^