Problem exam
User Ast8ine
Submission Time 2026-02-14 09:02:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:7:2: error: expected ‘}’ before ‘else’
7 | else
| ^~~~
exam.cpp:5:12: note: to match this ‘{’
5 | if (x = 1){
| ^
exam.cpp: At global scope:
exam.cpp:14:1: error: expected declaration before ‘}’ token
14 | }
| ^