Problem scicom
User Red123
Submission Time 2025-07-28 15:24:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:8:15: error: expected ‘;’ before ‘cout’
8 | b == "silver"
| ^
| ;
9 | cout << a << b;
| ~~~~