| Problem | scicom |
|---|---|
| User | SirCTan |
| Submission Time | 2026-02-02 16:53:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
scicom.cpp: In function ‘int main()’:
scicom.cpp:6:6: error: redeclaration of ‘char str []’
6 | char str [] = "Silver";
| ^~~
scicom.cpp:5:6: note: ‘char str [5]’ previously declared here
5 | char str [] = "Name";
| ^~~
scicom.cpp:7:10: error: ‘Name’ was not declared in this scope
7 | cout << Name Silver;
| ^~~~