Problem | dayum |
---|---|
User | gisellariddlemorozova834 |
Submission Time | 2025-06-20 13:40:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int32_t main()’:
dayum.cpp:9:3: error: expected ‘,’ or ‘;’ before ‘if’
9 | if (N = 16) {
| ^~
dayum.cpp:11:4: error: ‘else’ without a previous ‘if’
11 | } else if (N = 17) {
| ^~~~