Problem typo
User Shuhxin
Submission Time 2024-01-06 18:00:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:14:19: error: expected ‘;’ before ‘}’ token
14 | x += 2
| ^
| ;
15 | }
| ~