Problem scicom
User cyhg
Submission Time 2025-06-20 12:42:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:10:15: error: expected primary-expression before ‘;’ token
10 | cin >> string;
| ^
scicom.cpp:11:17: error: expected primary-expression before ‘<<’ token
11 | cout << string << " Silver";
| ^~