Problem scicom
User Hutayo
Submission Time 2025-06-20 12:35:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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