Problem exam
User SirCTan
Submission Time 2024-12-16 13:45:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:6:16: error: expected primary-expression before ‘/’ token
6 | cin >> x; /
| ^
exam.cpp:8:5: error: expected primary-expression before ‘if’
8 | if (x = 1) {
| ^~
exam.cpp:11:2: error: ‘else’ without a previous ‘if’
11 | else{
| ^~~~