Problem scicom
User Shauryaw
Submission Time 2025-06-20 12:34:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:7:33: error: expected ‘;’ before ‘return’
7 | cout << name << " " << "Silver"
| ^
| ;
8 | return 0;
| ~~~~~~