摘要: 题目详情 题解与和知识点 getline(cin,str)输入一行 直接cin>>str只能接收空格之前的字符串。 #include <iostream> #include <string> #include <algorithm> using namespace std; int main() { 阅读全文
posted @ 2022-02-16 18:14 又一岁荣枯 阅读(45) 评论(0) 推荐(0)