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

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:7:9: error: expected initializer before ‘>=’ token
7 | int N >= 16; N <= 20
| ^~
dayum.cpp:7:16: error: ‘N’ was not declared in this scope
7 | int N >= 16; N <= 20
| ^
dayum.cpp:10:4: error: ‘else’ without a previous ‘if’
10 | } else if (N = 17) {
| ^~~~