摘要: 零、杂项 加速 cin/cout:ios::sync_with_stdio(false);。注:放在 main 函数的第一行,但使用它之后不能使用 scanf/printf。 避坑/防爆0 指南。 快读: inline int rd(){ int x = 1, s = 0; char ch = ge 阅读全文
posted @ 2022-10-20 13:35 pldzy 阅读(198) 评论(0) 推荐(1)