摘要: 快读+快写 整合 v1 点击查看代码 namespace IO{ template<typename TYPE> void read(TYPE &x) { x=0; bool neg=false; char ch=getchar(); while(ch<'0'||ch>'9'){if(ch=='-' 阅读全文
posted @ 2024-11-10 19:15 Jerrycyx 阅读(26) 评论(0) 推荐(0)