Problem | scicom |
---|---|
User | Roucy |
Submission Time | 2025-06-20 12:47:56 |
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 string constant
7 | if "medal"="bronze";
| ^~~~~~~
| (
scicom.cpp:8:13: error: expected ‘;’ before ‘bronze’
8 | cout<<"name" bronze;
| ^~~~~~~
| ;
scicom.cpp:9:4: error: expected ‘(’ before string constant
9 | if "medal"="silver";
| ^~~~~~~
| (
scicom.cpp:10:13: error: expected ‘;’ before ‘silver’
10 | cout<<"name" silver;
| ^~~~~~~
| ;
scicom.cpp:11:4: error: expected ‘(’ before string constant
11 | if "medal"="gold";
| ^~~~~~~
| (
scicom.cpp:12:13: erro