| Problem | topsilver |
|---|---|
| User | tanhanxi195 |
| Submission Time | 2026-06-26 14:02:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
topsilver.cpp: In function ‘int main()’:
topsilver.cpp:14:23: error: expected ‘;’ before ‘}’ token
14 | cout << "womp womp"
| ^
| ;
15 | }
| ~
topsilver.cpp: At global scope:
topsilver.cpp:23:8: error: redefinition of ‘int main()’
23 | signed main() {
| ^~~~
topsilver.cpp:5:9: note: ‘int main()’ previously defined here
5 | signed main() {
| ^~~~