Problem | exam |
---|---|
User | DuckyKayden |
Submission Time | 2025-07-09 17:07:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int32_t main()’:
exam.cpp:15:10: error: ‘A’ was not declared in this scope
15 | cin >> A;
| ^
exam.cpp:16:10: error: ‘B’ was not declared in this scope
16 | cin >> B;
| ^
exam.cpp:18:2: error: expected ‘}’ at end of input
18 | }
| ^
exam.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^