Problem exam
User adammmamammamamamaamamam
Submission Time 2023-03-02 18:15:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:5:5: error: expected ‘(’ before ‘x’
5 | if x=1
| ^
| (
exam.cpp:7:2: error: ‘else’ without a previous ‘if’
7 | else
| ^~~~
exam.cpp:10:2: error: expected ‘}’ at end of input
10 | {
| ^
exam.cpp:10:2: error: expected ‘}’ at end of input
exam.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^