Problem | 3nplus1II |
---|---|
User | angei |
Submission Time | 2025-08-01 15:37:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:12:26: error: expected ‘;’ before ‘{’ token
12 | else (L % 2 == 0) {
| ^~
| ;
3nplus1II.cpp:14:11: error: ‘else’ without a previous ‘if’
14 | } else {
| ^~~~