Problem dayum
User yumzc
Submission Time 2025-06-20 12:57:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:9:5: error: ‘else’ without a previous ‘if’
9 | else if (n == 17);
| ^~~~
dayum.cpp:11:5: error: ‘else’ without a previous ‘if’
11 | else if (n == 18);
| ^~~~
dayum.cpp:13:5: error: ‘else’ without a previous ‘if’
13 | else if (n == 19);
| ^~~~
dayum.cpp:15:5: error: ‘else’ without a previous ‘if’
15 | else if (n == 20);
| ^~~~
dayum.cpp:17:5: error: ‘else’ without a previous ‘if’
17 | else{
| ^~~~