Problem exam
User alyssaayx
Submission Time 2023-03-28 16:07:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:8:5: error: expected ‘(’ before ‘x’
8 | if x == 1 {
| ^
| (
exam.cpp:10:4: error: ‘else’ without a previous ‘if’
10 | } else {
| ^~~~
exam.cpp:14:11: error: expected ‘}’ at end of input
14 | return(0);
| ^
exam.cpp:4:13: note: to match this ‘{’
4 | int main () {
| ^