Problem exam
User yay
Submission Time 2025-02-08 11:30:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int32_t main()’:
exam.cpp:7:10: error: expected ‘;’ before ‘long’
7 | cin >> x
| ^
| ;
exam.cpp:14:10: error: ‘A’ was not declared in this scope
14 | cin >> A >> B;
| ^