Problem | dayum |
---|---|
User | yumzc |
Submission Time | 2025-06-20 12:54:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:17:5: error: ‘else’ without a previous ‘if’
17 | else{
| ^~~~
dayum.cpp:18:23: error: expected ‘;’ before ‘}’ token
18 | cout << "EKET"
| ^
| ;
19 | }
| ~