Problem exam
User FullName
Submission Time 2026-03-27 14:12:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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