Problem topsilver
User yq
Submission Time 2026-06-26 13:03:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topsilver.cpp: In function ‘int main()’:
topsilver.cpp:8:3: error: expected ‘}’ before ‘else’
8 | else if(y<x){
| ^~~~
topsilver.cpp:6:14: note: to match this ‘{’
6 | if( y = x-1){
| ^
topsilver.cpp:10:4: error: expected ‘}’ before ‘else’
10 | else cout<<"lucky";
| ^~~~
topsilver.cpp:8:15: note: to match this ‘{’
8 | else if(y<x){
| ^