9.编写一个满足前一个练习中描述的程序, 但使用 string对象而不是字符数组。请在程序中包含头文件 string, 并使用关系运算符来进行比较测试。 #pragma region 第五章练习9 #if 1 #include<iostream> #include <string>