Problem scicom
User skzy09
Submission Time 2026-06-22 23:19:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:6:15: error: expected ‘;’ before ‘cout’
6 | cin >> a >> b
| ^
| ;
7 | cout << a << "Silver";
| ~~~~