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

Compile Error

topsilver.cpp: In function ‘int main()’:
topsilver.cpp:6:6: error: ‘x’ was not declared in this scope
6 | int x;
| ^
topsilver.cpp:8:9: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
8 | cin >> y;
| ^
| yn
topsilver.cpp:12:13: error: ‘a’ was not declared in this scope
12 | int a,b;
| ^
topsilver.cpp:12:15: error: ‘b’ was not declared in this scope
12 | int a,b;
| ^