Problem exam
User mengqi6767
Submission Time 2026-06-22 15:44:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:14:9: error: ‘A’ was not declared in this scope
14 | cin >> A >> B
| ^
exam.cpp:14:14: error: ‘B’ was not declared in this scope
14 | cin >> A >> B
| ^
exam.cpp:16:2: error: expected ‘}’ at end of input
16 | }
| ^
exam.cpp:6:11: note: to match this ‘{’
6 | int main(){
| ^