Problem dayum
User HOK
Submission Time 2026-03-07 10:24:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dayum.cpp: In function ‘int main()’:
dayum.cpp:14:2: error: expected ‘,’ or ‘;’ before ‘if’
14 | if(n<16){
| ^~
dayum.cpp:16:3: error: ‘else’ without a previous ‘if’
16 | }else if(n=16){
| ^~~~