2020年1月16日

Educational Codeforces Round 80 (Rated for Div. 2)

摘要: B,B:a*b+a+b=a*10b的位数+b。化简得知b+1=10b的位数。所以只有9,99,999……这样是可行的。 #include <bits/stdc++.h> using namespace std; const int maxn=4e5+10; typedef long long ll; 阅读全文

posted @ 2020-01-16 17:36 师姐的迷弟 阅读(122) 评论(0) 推荐(0)

导航