Problem topsilver
User rjdaddy69
Submission Time 2026-06-26 14:22:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topsilver.cpp: In function ‘int main()’:
topsilver.cpp:7:6: error: ‘x’ was not declared in this scope
7 | int x;
| ^
topsilver.cpp:8:6: error: ‘y’ was not declared in this scope
8 | int y;
| ^
topsilver.cpp:13:6: error: ‘else’ without a previous ‘if’
13 | }else if (x==185)(y==180); {
| ^~~~