#include <stdio.h> int main(void) { char input[1000]; while(gets(input)!=NULL) { printf("hello, %s\n",input); } return 0; }
沒有留言:
張貼留言