Problem greeting
User ShShSh
Submission Time 2025-02-18 08:38:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:4:9: error: ‘s’ was not declared in this scope
4 | cin << s;
| ^
greeting.cpp:6:9: error: expected ‘}’ at end of input
6 | return 0;
| ^
greeting.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^