Problem scicom
User JunKai627
Submission Time 2025-06-20 13:03:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:6:16: error: expected ‘;’ before ‘cout’
6 | cin >> name
| ^
| ;
7 | cout << name << " silver";
| ~~~~