Problem dayum
User gisellariddlemorozova834
Submission Time 2025-06-20 13:28:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:7:8: error: expected initializer before ‘>=’ token
7 | int N >= 16;
| ^~
dayum.cpp:8:8: error: expected initializer before ‘<=’ token
8 | int N <= 20;
| ^~
dayum.cpp:9:7: error: ‘N’ was not declared in this scope
9 | if (N = 16) {
| ^
dayum.cpp:11:8: error: ‘N’ was not declared in this scope
11 | } if (N = 17) {
| ^
dayum.cpp:13:8: error: ‘N’ was not declared in this scope
13 | } if (N = 18) {
| ^
dayum.cpp:15:8: error: ‘N’ was not declared in this scope
15 | } if (N = 19) {
| ^
dayum.cpp:17:8: error: ‘N’ was not declared in this scope
17 | } if (N = 20) {
| ^