Problem | dayum |
---|---|
User | Z2077 |
Submission Time | 2025-06-20 12:43:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:16:3: error: expected ‘}’ before ‘else’
16 | }else{
| ^~~~
dayum.cpp:5:20: note: to match this ‘{’
5 | if (b>15 and b<21){
| ^
dayum.cpp:17:15: error: expected ‘;’ before ‘return’
17 | cout<<"EKET"
| ^
| ;
18 |
19 | return 0;
| ~~~~~~
dayum.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
dayum.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^