1
0
2
31
168
279
40
这里记一下两种方法 1、字符串 #include #include #include using namespace std; typedef long long ll; int main(){ char num[100005]; int i, j, x; while(~scanf(%s %d, num,&x)){ ll ans = 0; ...