#include#define STRLEN 20
int main(void){char word [STRLEN];while(fgets(word,STRLEN,stdin)!=NULL)fputs(word,stdout);return 0;}
按下ctrl+^
按 Ctrl+Z 结束输入