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