#include · int main() · int n · FILE *fptr · fptr=fopen("C:\\program.txt","w"); · if(fptr==NULL) · printf("Error!"); · exit(1); ...
確定! 回上一頁