#include <fstream.h> #include <iomanip.h> int main() { int ind, tot; unsigned char byte; ifstream infile("inputfile.dat", ...
確定! 回上一頁