| Problem | topsilver |
|---|---|
| User | dkgdakerre |
| Submission Time | 2026-06-26 13:12:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
topsilver.cpp: In function ‘int main()’:
topsilver.cpp:6:2: error: expected initializer before ‘if’
6 | if (y = x-1){
| ^~
topsilver.cpp:8:5: error: ‘else’ without a previous ‘if’
8 | } else if (y < x-1) {
| ^~~~
topsilver.cpp:8:14: error: ‘y’ was not declared in this scope
8 | } else if (y < x-1) {
| ^