| Problem | topsilver |
|---|---|
| User | abcde271828 |
| Submission Time | 2026-06-26 15:57:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
topsilver.cpp: In function ‘int32_t main()’:
topsilver.cpp:10:14: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
10 | if (b == "121") cout << "fuck u yuheng";
| ^~~~~
topsilver.cpp:11:24: error: expected ‘;’ before ‘}’ token
11 | cout << "womp womp"
| ^
| ;
12 | }
| ~