| Problem | topsilver |
|---|---|
| User | stardusk |
| Submission Time | 2026-06-26 12:50:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
topsilver.cpp: In function ‘int main()’:
topsilver.cpp:8:18: error: expected ‘;’ before ‘}’ token
8 | cout << "lucky"
| ^
| ;
9 | } else if (x - 1 == y) cout << "top silver";
| ~