
#include <iostream>
#include <string>
using namespace std;
int main()
{
string str1;
// 输入一行字符串
getline(cin,str1);
int n=0

#include <iostream>
#include <string>
using namespace std;
int main()
{
string str1;
// 输入一行字符串
getline(cin,str1);
int n=0
3072

被折叠的 条评论
为什么被折叠?