poj 3062(水题)

#include<iostream>
using namespace std;
int main(){
    char a[100];
    while(gets(a)){
        printf("%s\n",a);
    }
    return 0;
} 

 

posted @ 2021-11-29 19:05  智人心  阅读(26)  评论(0)    收藏  举报