#include <stdio.h> #include <stdlib.h> int main () { char a[20]; FILE *f; char file_name[] = "test3.txt"; /* ファイルオープン */ if ((f ...
確定! 回上一頁