1.头文件: #include<cstring>
2.getline(cin,s) 将输入的 传到s中
3.和cin的区别是什么?
cin遇到空格啥的就会停止读取,但是getline遇见空格并不会停止读取