Problem | greeting |
---|---|
User | ZiErn |
Submission Time | 2023-11-08 10:11:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:5:9: error: expected unqualified-id before ‘=’ token
5 | string = S;
| ^
greeting.cpp:6:9: error: ‘S’ was not declared in this scope
6 | cin >> S;
| ^