摘要: 牛客第三场E题(存一下大数模板) 这题之前用python一直re,后来才知道递归爆栈了 c++题解 #include<bits/stdc++.h> #define ll long long #define pii pair<int, int> using namespace std; typedef 阅读全文
posted @ 2020-07-25 17:39 hh13579 阅读(154) 评论(0) 推荐(0)