Problem | scicom |
---|---|
User | Astar |
Submission Time | 2025-06-20 12:47:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scicom.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
scicom.cpp: In function ‘int main()’:
scicom.cpp:4:2: error: ‘string’ was not declared in this scope
4 | string name,medal;
| ^~~~~~
scicom.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> name >> medal;
| ^~~
scicom.cpp:5:9: error: ‘name’ was not declared in this scope
5 | cin >> name >> medal;
| ^~~~
scicom.cpp:5:17: error: ‘medal’ was not declared in this scope
5 | cin >> name >> medal;
| ^~~~~
scicom.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout << name << " " << "Silver";
| ^~~~