摘要: 1.基础算法 1.1快读快写 template <typename T> inline void read(T& t) {​ int f = 0, c = getchar(); t = 0; ​ while (!isdigit(c)) f |= c == '-', c = getchar();​ w 阅读全文
posted @ 2023-04-27 18:28 jkc999 阅读(94) 评论(0) 推荐(0)