| Problem | topsilver |
|---|---|
| User | Zaydluq |
| Submission Time | 2026-06-26 14:11:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
topsilver.cpp: In function ‘int main()’:
topsilver.cpp:13:23: error: expected ‘;’ before ‘}’ token
13 | cout << "top silver"
| ^
| ;
14 | } else if (X < Y) {
| ~
topsilver.cpp:15:22: error: expected ‘;’ before ‘}’ token
15 | cout << "womp womp"
| ^
| ;
16 | } else {
| ~
topsilver.cpp:17:18: error: expected ‘;’ before ‘}’ token
17 | cout << "lucky"
| ^
| ;
18 | }
| ~