Problem exam
User Hatrix
Submission Time 2026-03-06 16:12:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:11:10: error: ‘A’ was not declared in this scope
11 | cin >> A >> B;
| ^
exam.cpp:11:15: error: ‘B’ was not declared in this scope
11 | cin >> A >> B;
| ^
exam.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:7:12: note: to match this ‘{’
7 | if(x = 1) {
| ^
exam.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^