Problem | exam |
---|---|
User | pseudocoder101 |
Submission Time | 2025-06-16 14:20:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:9:2: error: ‘else’ without a previous ‘if’
9 | else (x==2) {
| ^~~~
exam.cpp:9:13: error: expected ‘;’ before ‘{’ token
9 | else (x==2) {
| ^~
| ;