摘要: 1 #include<stdio.h> 2 #include<string.h> 3 #include<algorithm> 4 using namespace std; 5 typedef bitset<10000> bint; 6 inline bint plus(bint a,bint b){ 阅读全文
posted @ 2020-06-23 11:31 tak_fate 阅读(634) 评论(0) 推荐(0) 编辑