Problem | dayum |
---|---|
User | ritesh |
Submission Time | 2025-06-20 13:11:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:7:2: error: ‘else’ without a previous ‘if’
7 | else if (N >= 16 and N<=20) {
| ^~~~
dayum.cpp:11:2: error: expected ‘}’ at end of input
11 | }
| ^
dayum.cpp:4:13: note: to match this ‘{’
4 | int main() {
| ^