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

Compile Error

topsilver.cpp: In function ‘int main()’:
topsilver.cpp:5:20: error: expected initializer before ‘<’ token
5 | int x,y = 0 < x,y < 500
| ^
topsilver.cpp:8:4: error: ‘else’ without a previous ‘if’
8 | } else if (y < x-1) {
| ^~~~