| Problem | dayum |
|---|---|
| User | HOK |
| Submission Time | 2026-03-07 10:30:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:12:10: error: expected ‘;’ before ‘if’
12 | s="EKET"
| ^
| ;
......
17 | if(n<16){
| ~~
dayum.cpp:19:3: error: ‘else’ without a previous ‘if’
19 | }else if(n=16){
| ^~~~