Problem greeting
User ZiErn
Submission Time 2023-11-08 10:21:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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;
| ^