摘要: string string类可用“=”赋值,用“==”等值比较,用加号做串联。 包含头文件<string> string类支持cin方式和cout方式输入输出。 #include <iostream> #include <string> using namespace std; int main() 阅读全文
posted @ 2021-05-22 17:12 Veritas_des_Liberty 阅读(108) 评论(0) 推荐(0)