Problem scicom
User Roucy
Submission Time 2025-06-20 15:08:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scicom.cpp: In function ‘int main()’:
scicom.cpp:7:12: error: ‘bronze’ was not declared in this scope
7 | if (medal= bronze);
| ^~~~~~
scicom.cpp:9:12: error: ‘silver’ was not declared in this scope
9 | if (medal= silver);
| ^~~~~~
scicom.cpp:11:11: error: ‘gold’ was not declared in this scope
11 | if (medal=gold);
| ^~~~