Problem | el_classico |
---|---|
User | Ultraman425 |
Submission Time | 2025-08-31 23:09:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
el_classico.cpp: In function ‘int main()’:
el_classico.cpp:7:5: error: expected ‘(’ before ‘N’
7 | if N <= 1 {
| ^
| (
el_classico.cpp:9:4: error: ‘else’ without a previous ‘if’
9 | } else if N == 2 {
| ^~~~
el_classico.cpp:9:12: error: expected ‘(’ before ‘N’
9 | } else if N == 2 {
| ^
| (
el_classico.cpp:11:4: error: ‘else’ without a previous ‘if’
11 | } else if N%7 or N11{
| ^~~~
el_classico.cpp:11:12: error: expected ‘(’ before ‘N’
11 | } else if N%7 or N11{
| ^
| (
el_classico.cpp:13:4: error: ‘else’ without a previous ‘if’
13 | } else{
| ^~~~