Problem scicom
User tanhanxi195
Submission Time 2025-06-20 12:39:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:5:23: error: expected ‘;’ before ‘return’
5 | cout << "name silver"
| ^
| ;
6 | return 0;
| ~~~~~~