摘要:
#include "stdafx.h"#include <stdio.h> #include <fcntl.h> #include <io.h> #include <iostream> #include <fstream>#include <conio.h>#ifndef _USE_OLD_IOSTREAMS using namespace std; #endif // maximum mumber of lines the output console should have static const 阅读全文