Problem | exam |
---|---|
User | zandy21 |
Submission Time | 2025-06-16 14:42:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:9:5: error: ‘else’ without a previous ‘if’
9 | }; else {
| ^~~~
exam.cpp:12:14: error: expected ‘;’ before ‘}’ token
12 | cout << a*b
| ^
| ;
13 | };
| ~