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