Problem exam
User charlotteteo
Submission Time 2023-06-27 15:47:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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