Problem | scicom |
---|---|
User | Roucy |
Submission Time | 2025-06-20 15:12:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scicom.cpp: In function ‘int main()’:
scicom.cpp:7:17: error: ‘bronze’ was not declared in this scope
7 | if (bool medal= bronze);
| ^~~~~~
scicom.cpp:9:17: error: ‘silver’ was not declared in this scope
9 | if (bool medal= silver);
| ^~~~~~
scicom.cpp:11:16: error: ‘gold’ was not declared in this scope
11 | if (bool medal=gold);
| ^~~~