Problem | dayum |
---|---|
User | hitarthdangra |
Submission Time | 2025-06-20 12:39:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:6:10: error: expected ‘;’ before ‘if’
6 | cin >> n
| ^
| ;
7 | if ( n > 16 and n < 20) {
| ~~
dayum.cpp:9:4: error: ‘else’ without a previous ‘if’
9 | } else {
| ^~~~