Problem | exam |
---|---|
User | DuckyKayden |
Submission Time | 2025-07-09 17:12:22 |
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:19:11: error: expected ‘;’ before ‘}’ token
19 | return(0)
| ^
| ;
20 | }
| ~