Problem greeting
User Um
Submission Time 2023-07-20 15:48:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:4:3: error: ‘sting’ was not declared in this scope
4 | sting s;
| ^~~~~
greeting.cpp:5:8: error: ‘s’ was not declared in this scope
5 | cin>>s;
| ^