摘要:
#include<iostream> #include<string> using namespace std; int main(){ string str1("abcde"); //字符串初始化 string str2("abd"); cout<<(str1<str2)<<endl; //用(s 阅读全文
posted @ 2018-09-18 23:06
yogurt_莹
阅读(383)
评论(0)
推荐(0)
2018年9月18日