Problem scicom
User stardusk
Submission Time 2026-06-22 16:55:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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