| Problem | topsilver |
|---|---|
| User | Hihihihihi |
| Submission Time | 2026-06-26 13:09:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
topsilver.cpp: In function ‘int main()’:
topsilver.cpp:11:12: error: lvalue required as left operand of assignment
11 | else (y-x=1) {
| ^
topsilver.cpp:14:2: error: ‘else’ without a previous ‘if’
14 | else (x<y-1) {
| ^~~~
topsilver.cpp:14:14: error: expected ‘;’ before ‘{’ token
14 | else (x<y-1) {
| ^~
| ;
topsilver.cpp:16:2: error: expected ‘}’ at end of input
16 | }
| ^
topsilver.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^