| Problem | topsilver |
|---|---|
| User | dkgdakerre |
| Submission Time | 2026-06-26 13:18:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
topsilver.cpp: In function ‘int main()’:
topsilver.cpp:5:20: error: expected initializer before ‘<’ token
5 | int x,y = 0 < x,y < 500
| ^
topsilver.cpp:8:3: error: ‘else’ without a previous ‘if’
8 | } else if (y < x-1) {
| ^~~~
topsilver.cpp:12:1: error: expected ‘}’ at end of input
12 | }
| ^
topsilver.cpp:4:15: note: to match this ‘{’
4 | signed main() {
| ^