Problem scicom
User avinash
Submission Time 2025-06-20 12:57:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:8:35: error: expected ‘;’ before ‘return’
8 | cout << name << "Silver" << "/\n"
| ^
| ;
9 | return 0;
| ~~~~~~