| Problem | scicom |
|---|---|
| User | mynas111 |
| Submission Time | 2026-02-02 16:09:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
scicom.cpp: In function ‘int main()’:
scicom.cpp:7:14: error: ‘std::istream’ {aka ‘class std::basic_istream<char>’} has no member named ‘name’
7 | getline(cin.name);
| ^~~~
scicom.cpp:9:27: error: expected ‘;’ before ‘}’ token
9 | cout << name << " Silver"
| ^
| ;
10 | }
| ~