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