Problem urarareader
User eipi10
Submission Time 2026-06-23 11:16:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

urarareader.cpp: In function ‘int main()’:
urarareader.cpp:13:15: error: expected ‘;’ before ‘if’
13 | cout << "\n"
| ^
| ;
14 |
15 | if (Y > K) {
| ~~
urarareader.cpp:19:3: error: ‘else’ without a previous ‘if’
19 | else if (Y <= K) {
| ^~~~