南阳oj 茵茵的第一课

#include<iostream>
#include<stdio.h>
using namespace std;
int main ()
{
int t;
cin>>t;
while(t--)
{
char s[20];
cin>>s;
cout<<s<<endl;
}
return 0;
}

定义字符串数组,直接将输入的原样输出

posted @ 2018-07-25 11:42  换牙  阅读(59)  评论(0编辑  收藏  举报