Problem topsilver
User yq
Submission Time 2026-06-26 14:00:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topsilver.cpp: In function ‘int main()’:
topsilver.cpp:4:8: error: expected initializer before ‘<=’ token
4 | int X <= 500, Y <= 500;
| ^~
topsilver.cpp:5:7: error: ‘X’ was not declared in this scope
5 | cin>>X>>Y;
| ^
topsilver.cpp:5:10: error: ‘Y’ was not declared in this scope
5 | cin>>X>>Y;
| ^