#include <cstdio> #include <cstdlib> int main(){ char s[1001]; while(gets(s) != NULL) printf("%s\n", s); }
沒有留言:
張貼留言