| Problem | topsilver |
|---|---|
| User | sovan |
| Submission Time | 2026-06-26 13:15:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
topsilver.cpp: In function ‘int main()’:
topsilver.cpp:5:2: error: expected ‘,’ or ‘;’ before ‘int’
5 | int x , y = 0;
| ^~~
topsilver.cpp:6:9: error: ‘x’ was not declared in this scope
6 | cin >> x;
| ^
topsilver.cpp:7:9: error: ‘y’ was not declared in this scope
7 | cin >> y;
| ^