#include <stdio.h> int main() { char dst[256]; printf(">"); while(1) { if (fgets(dst, 200, stdin) == NULL) { printf("EOF\n>"); }
確定! 回上一頁