文章详情
时间:2010-07-02 来源:hnrainll
#include <stdio.h> #include <stdlib.h> int main() { FILE *fp; char ch, filename[10]; printf("Pleas input the name of file:"); scanf("%s", filename); if((fp = fopen(filename,"r")) == NULL) { printf("Cannot open the file.\n"); exit(0); } fclose(fp); system("pause"); return 0; }
建筑模拟器最新版
素人改造师最新版
外星战士幸存者手机版
1970-01-01