摘要: 高精度板子: 1 #include<cstdio> 2 #include<algorithm> 3 #include<cstring> 4 using namespace std; 5 struct node 6 { 7 static const int M = 10000; 8 int num[M 阅读全文
posted @ 2019-11-14 17:41 djfuuxjz 阅读(18) 评论(0) 推荐(0) 编辑