Problem exam
User rhea61
Submission Time 2023-11-08 14:30:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int32_t main()’:
exam.cpp:13:1: error: ‘else’ without a previous ‘if’
13 | else(x=2) {
| ^~~~
exam.cpp:13:10: error: expected ‘;’ before ‘{’ token
13 | else(x=2) {
| ^~
| ;