摘要:
随着主力回归Windows,也需要Windows下的对拍脚本,于是从紫书附录上抄了一份。 @echo off :again data.exe > input me.exe < input > output.me std.exe < input > output.std fc output.me ou 阅读全文
摘要:
Code #include <cstdio> #include <cstring> #include <algorithm> using namespace std; const int MAX_LENGTH = 100; char str1[MAX_LENGTH], str2[MAX_LENGTH 阅读全文