摘要: 满足 $\operatorname{popcount}(x) #include #include #include #include using std::cin;using std::cout; using lolu=unsigned long long; std::sets; signed ma 阅读全文
posted @ 2023-07-29 14:34 蒟酱 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 由于我不会使用正则表达式,所以我只能使用基础 Python 语法 QwQ。 `[input().split()for _ in range(int(input()))]` 是个列表生成器,效果是产生一个长度为 $T$ 的列表,列表的元素是以每一行以空格为分割符的字符串列表。 `for(a,b,c,d 阅读全文
posted @ 2023-07-29 14:32 蒟酱 阅读(66) 评论(0) 推荐(0) 编辑