Problem exam
User Hiya123
Submission Time 2024-06-24 14:22:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int32_t main()’:
exam.cpp:8:5: error: expected ‘(’ before ‘x’
8 | if x = 1;
| ^
| (
exam.cpp:13:5: error: expected ‘(’ before ‘x’
13 | if x = 2;
| ^
| (