| Problem | hackingscores |
|---|---|
| User | Usu |
| Submission Time | 2025-07-22 13:08:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hackingscores.cpp: In function ‘int main()’:
hackingscores.cpp:5:31: error: expected ‘;’ before ‘}’ token
5 | cout << "Gold medal is mine!"
| ^
| ;
6 | }
| ~