Problem | scicom |
---|---|
User | Roucy |
Submission Time | 2025-06-20 12:46:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scicom.cpp: In function ‘int main()’:
scicom.cpp:6:26: error: ‘sillver’ was not declared in this scope; did you mean ‘silver’?
6 | cin >>name>>medal,bronze,sillver,gold;
| ^~~~~~~
| silver
scicom.cpp:7:4: error: expected ‘(’ before ‘medal’
7 | if medal=bronze;
| ^~~~~
| (
scicom.cpp:8:13: error: expected ‘;’ before ‘bronze’
8 | cout<<"name"
| ^
| ;
9 | bronze;
| ~~~~~~
scicom.cpp:10:4: error: expected ‘(’ before ‘medal’
10 | if medal=silver;
| ^~~~~
| (
scicom.cpp:11:13: error: expected ‘;’ before ‘silver’
11 | cout<<"name"
| ^
| ;
12 | silver;
| ~~~~~~
scicom.cpp:13:4: error: expected ‘(’ before ‘medal’
13 | if medal=gold;
| ^~~~~
| (
sci