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