摘要: #include <iostream> #include <cstdio> #include <cstring> #include <algorithm> using namespace std; //bool des(int a,int b){ // return a>b; //} int mai 阅读全文
posted @ 2020-11-13 19:58 Guser 阅读(69) 评论(0) 推荐(0) 编辑
摘要: getline()函数实现输入一行 #include <iostream> #include <cstdio> #include <cstring> using namespace std; int main(int argc, char *argv[]) { string str; getline 阅读全文
posted @ 2020-11-13 19:46 Guser 阅读(124) 评论(0) 推荐(0) 编辑