#include #include//c-风格字符串 头文件 #include /*C-风格: strlen() strcpy() strcat() strcmp() strchr(),strrchr(),strstr() strlwr(),struplr() */ //string类: .size, . length,=,+,==,!=,>=,<=,find using namespace std; int main() { char s1[100]; char s2[20]="hello!"; string str1,str2; cin>>s1; cout<>str1>>str2; cout<