int main() { FILE* file; char fileName[50]; int seconds; file = fopen("order.txt","r"); while(fscanf(file,"%s;%d",&fileName,&seconds) !=
確定! 回上一頁