Problem topsilver
User JoonLoong
Submission Time 2026-06-26 12:53:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topsilver.cpp: In function ‘int main()’:
topsilver.cpp:19:2: error: expected ‘}’ before ‘else’
19 | else if (Y >= X) {
| ^~~~
topsilver.cpp:17:18: note: to match this ‘{’
17 | else if (Y < X) {
| ^
topsilver.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
topsilver.cpp:7:1: note: to match this ‘{’
7 | {
| ^