Problem topsilver
User rjdaddy69
Submission Time 2026-06-26 13:46:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topsilver.cpp: In function ‘int main()’:
topsilver.cpp:6:5: error: ‘X’ was not declared in this scope
6 | X-1=Y;
| ^
topsilver.cpp:6:9: error: ‘Y’ was not declared in this scope
6 | X-1=Y;
| ^
topsilver.cpp:7:8: error: ‘x’ was not declared in this scope
7 | int x = 185, y = 184;
| ^
topsilver.cpp:7:17: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
7 | int x = 185, y = 184;
| ^
| yn