06 2019 档案

摘要:@echo off :loop random.exe >in.txt bf.exe ans.txt sol.exe out.txt fc ans.txt out.txt if not errorlevel 1 goto loop pause 阅读全文
posted @ 2019-06-28 11:48 Chiyo小朋友 阅读(121) 评论(0) 推荐(0)
摘要:#include<iostream> #include<cstdio> #include<string> #include<cstring> #include<cstdlib> using namespace std; const int N = 100000 + 1100; const int I 阅读全文
posted @ 2019-06-27 18:46 Chiyo小朋友 阅读(111) 评论(0) 推荐(0)
摘要:1 #include<iostream> 2 #include<cstdio> 3 #include<string> 4 #include<cstring> 5 #include<cstdlib> 6 using namespace std; 7 const int N=100010; 8 cons 阅读全文
posted @ 2019-06-27 10:20 Chiyo小朋友 阅读(140) 评论(0) 推荐(0)