| Problem | smurf |
|---|---|
| User | AustinPi |
| Submission Time | 2024-05-10 19:49:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
smurf.cpp: In function ‘int main()’:
smurf.cpp:10:17: error: expected ‘;’ before ‘if’
10 | cin >> b
| ^
| ;
11 | if (i%2==0) {
| ~~
smurf.cpp:13:5: error: ‘else’ without a previous ‘if’
13 | } else {
| ^~~~