18信科2龚思佳


私信TA

用户名:uq_33103784766

访问量:17975

签 名:

等  级
排  名 210
经  验 6454
参赛次数 7
文章发表 121
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

TA的其他文章

#include #include#includeusing namespace std;

int main()
{
    int n;char str[1000];
   cin>>n;
   getchar();//获取换行符
      while(n){
       n--;
    gets(str);
    puts(str);
    cout<<endl;//puts("");
    }
    while(~scanf("%s",str)){
    puts(str);
    cout<<endl;//puts("");
    }


    return 0;

}
 

0.0分

0 人评分

  评论区

  • «
  • »