Problem | exam |
---|---|
User | WuYanni |
Submission Time | 2023-11-08 11:16:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:8:2: error: expected ‘}’ before ‘else’
8 | else (a = 2) {
| ^~~~
exam.cpp:6:13: note: to match this ‘{’
6 | if (a = 1) {
| ^
exam.cpp:8:14: error: expected ‘;’ before ‘{’ token
8 | else (a = 2) {
| ^~
| ;