Problem exam
User j48495734
Submission Time 2026-03-29 00:47:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int32_t main()’:
exam.cpp:7:18: error: expected ‘;’ before ‘long’
7 | cin.tie(nullptr)
| ^
| ;
exam.cpp:9:8: error: ‘x’ was not declared in this scope
9 | cin >>x
| ^
exam.cpp:12:3: error: ‘else’ without a previous ‘if’
12 | }else if (x==2){
| ^~~~