... char s; int n; inp = fopen("input.txt", "r"); if(!inp) { printf("Unable ot open file\n"); } while (fscanf(inp,"%s %d",&s, &n) !=
確定! 回上一頁