Problem exam
User Zosho
Submission Time 2025-06-16 14:50:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:5:5: error: expected initializer before ‘int’
5 | int x;
| ^~~
exam.cpp:6:5: error: ‘cin’ does not name a type; did you mean ‘sin’?
6 | cin >> x;
| ^~~
| sin
exam.cpp:7:5: error: expected unqualified-id before ‘if’
7 | if (x == 1) {
| ^~
exam.cpp:10:7: error: expected unqualified-id before ‘else’
10 | } else if (x == 2){
| ^~~~
exam.cpp:14:1: error: expected declaration before ‘}’ token
14 | }
| ^