Problem scicom
User ThinkingGeek257
Submission Time 2026-06-22 21:48:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:8:28: error: expected ‘;’ before ‘return’
8 | cout << (name + " Silver")
| ^
| ;
......
13 | return 0;
| ~~~~~~