Problem exam
User fanqie
Submission Time 2023-11-08 10:08:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:8:8: error: expected ‘(’ before ‘x’
8 | if x = 1{
| ^
| (
exam.cpp:11:5: error: expected ‘(’ before ‘x’
11 | if x = 2{
| ^
| (
exam.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:7:11: note: to match this ‘{’
7 | int main(){
| ^