Problem | scicom |
---|---|
User | tanhanxi195 |
Submission Time | 2025-06-20 12:40:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scicom.cpp: In function ‘int main()’:
scicom.cpp:5:23: error: expected ‘;’ before ‘return’
5 | cout << "name silver"
| ^
| ;
6 | return 0;
| ~~~~~~