Problem exam
User DuckyKayden
Submission Time 2025-07-09 17:09:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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:12: error: expected ‘;’ before ‘}’ token
18 | return(0)
| ^
| ;
19 | }
| ~
exam.cpp:19:2: error: expected ‘}’ at end of input
19 | }
| ^
exam.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^