Problem dayum
User ritesh
Submission Time 2025-06-20 13:09:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:7:6: error: expected ‘(’ before ‘N’
7 | if N=16 ; {
| ^
| (
dayum.cpp:9:2: error: ‘else’ without a previous ‘if’
9 | else if (N>= 16 and N<=20) {
| ^~~~
dayum.cpp:13:2: error: expected ‘}’ at end of input
13 | }
| ^
dayum.cpp:4:13: note: to match this ‘{’
4 | int main() {
| ^