Problem | 3nplus1II |
---|---|
User | Maskaphobia |
Submission Time | 2024-02-06 09:44:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:11:8: error: expected ‘(’ before ‘else’
11 | } if else (a = 1){
| ^~~~
| (
3nplus1II.cpp:14:5: error: ‘else’ without a previous ‘if’
14 | } else {
| ^~~~