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