Problem | dayum |
---|---|
User | gisellariddlemorozova834 |
Submission Time | 2025-06-20 14:27:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:7:9: error: expected initializer before ‘>=’ token
7 | int N >= 16; N <= 20
| ^~
dayum.cpp:7:16: error: ‘N’ was not declared in this scope
7 | int N >= 16; N <= 20
| ^
dayum.cpp:10:4: error: ‘else’ without a previous ‘if’
10 | } else if (N = 17) {
| ^~~~