Problem | scicom |
---|---|
User | iSHOULDVEbeenINnyjcAAAAAA |
Submission Time | 2025-06-20 12:34:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scicom.cpp: In function ‘int main()’:
scicom.cpp:13:24: error: expected ‘;’ before ‘return’
13 | cout << s << " Silver"
| ^
| ;
14 |
15 | return 0;
| ~~~~~~