2018年8月23日

输入挂(板子)

摘要: struct FastIO { static const int S = 1000 inline void read(T &x); template inline Reader& operator >> (T &x) { read(x); return *this; } } rd; inline char Reader::nc() { static char buf[... 阅读全文

posted @ 2018-08-23 14:54 scau_bi 阅读(182) 评论(0) 推荐(0) 编辑

导航