Problem scicom
User DJL0113
Submission Time 2026-01-20 20:50:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:12:33: error: expected ‘;’ before ‘}’ token
12 | cout << name << " " << "Silver"
| ^
| ;
13 | }
| ~