... i++) { rest[i] = rest[i] / mask[i]; } for (x = 0; x <= 7; x++) { printf("%i", rest[x]); fputc(rest[x], fp); } fclose(fp); printf("\n"); } return 0; }
確定! 回上一頁