Problem | scicom |
---|---|
User | Zosholo |
Submission Time | 2025-06-20 12:44:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scicom.cpp: In function ‘int main()’:
scicom.cpp:6:5: error: expected ‘,’ or ‘;’ before ‘string’
6 | string medal = "Silver"
| ^~~~~~
scicom.cpp:9:28: error: ‘medal’ was not declared in this scope
9 | cout << name << " " << medal;
| ^~~~~