Problem exam
User Devthethala
Submission Time 2026-06-22 16:35:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:12:5: error: ‘else’ without a previous ‘if’
12 | }; else (x = 2){
| ^~~~
exam.cpp:12:17: error: expected ‘;’ before ‘{’ token
12 | }; else (x = 2){
| ^
| ;