| Problem | scicom |
|---|---|
| User | Dubidubidaphdaph |
| Submission Time | 2026-06-23 09:11:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
scicom.cpp: In function ‘int main()’:
scicom.cpp:5:9: error: expected unqualified-id before ‘=’ token
5 | string = name, medal;
| ^
scicom.cpp:6:13: error: ‘name’ was not declared in this scope; did you mean ‘tzname’?
6 | if (cin >> name >> medal) {
| ^~~~
| tzname
scicom.cpp:6:21: error: ‘medal’ was not declared in this scope
6 | if (cin >> name >> medal) {
| ^~~~~