2020年6月26日
摘要: 不考虑内存浪费的fastIO 1 #include<bits/stdc++.h> 2 using namespace std; 3 namespace IO 4 { 5 const int len=1<<25; 6 bool flag; 7 char ch,ibuf[len],wbuf[len]; 阅读全文
posted @ 2020-06-26 08:20 GreenDuck 阅读(209) 评论(0) 推荐(0) 编辑