#include <iostream> #include <fstream> #include <string> using namespace std;. int main() { string line; ifstream ifile("binfile.dat"); // input file
確定! 回上一頁