摘要: 练手QAQ#include#include#include#include#include#includeusing namespace std;void setIO(const string& a) { freopen((a+".in").c_str(), "r", stdin); f... 阅读全文
posted @ 2015-11-20 18:08 Showson 阅读(218) 评论(0) 推荐(0)
摘要: 赛后填坑系列QAQ贴代码呀 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 using namespace std; 9 10 void setIO(const string& a) {... 阅读全文
posted @ 2015-11-20 10:27 Showson 阅读(149) 评论(0) 推荐(0)