Problem topsilver
User dkgdakerre
Submission Time 2026-06-26 13:14:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topsilver.cpp: In function ‘int main()’:
topsilver.cpp:6:1: error: expected initializer before ‘if’
6 | if (y = x-1){
| ^~
topsilver.cpp:8:4: error: ‘else’ without a previous ‘if’
8 | } else if (y < x-1) {
| ^~~~
topsilver.cpp:8:13: error: ‘y’ was not declared in this scope
8 | } else if (y < x-1) {
| ^