Problem | scicom |
---|---|
User | SA |
Submission Time | 2025-06-20 13:40:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scicom.cpp: In function ‘int main()’:
scicom.cpp:2:2: error: ‘string’ was not declared in this scope
2 | string name;
| ^~~~~~
scicom.cpp:3:11: error: expected ‘;’ before ‘medal’
3 | string medal;
| ^~~~~~
| ;
scicom.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin>> name>> medal;
| ^~~
scicom.cpp:4:11: error: ‘name’ was not declared in this scope
4 | cin>> name>> medal;
| ^~~~
scicom.cpp:4:18: error: ‘medal’ was not declared in this scope
4 | cin>> name>> medal;
| ^~~~~
scicom.cpp:6:9: error: ‘cout’ was not declared in this scope
6 | cout<<"Silver";
| ^~~~