摘要: 超级IO #define OPENIOBUF namespace FASTIO{ class FastIOBase{ protected: #ifdef OPENIOBUF static const int BUFSIZE=1<<16; char buf[BUFSIZE+1]; int buf_p= 阅读全文
posted @ 2024-02-11 13:22 一个追寻光的人 阅读(80) 评论(0) 推荐(0)