摘要: #include<iostream> using namespace std; #include<string> #include<algorithm> const int len = 60; const int maxn = 1000+5; string data[maxn]; void prin 阅读全文
posted @ 2021-07-16 22:16 智人心 阅读(46) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; #include<vector> #include<cstring> struct BigInteger{ static const int BASE = 100000000; static const int WIDT 阅读全文
posted @ 2021-07-16 14:24 智人心 阅读(63) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; #include<vector> #include<cstring> struct BigInteger{ static const int BASE = 100000000; static const int WIDT 阅读全文
posted @ 2021-07-16 14:05 智人心 阅读(76) 评论(0) 推荐(0)