Problem exam
User Zaydluq
Submission Time 2026-06-22 16:29:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:7:10: error: expected ‘;’ before ‘if’
7 | cin >> x
| ^
| ;
8 | if (x==1)
| ~~
exam.cpp:12:10: error: ‘A’ was not declared in this scope
12 | cin >> A;
| ^