AtCoder Grand Contest 021题解

A - Digit Sum 2: 尽量填9,否则第一位-1 #include<cstdio> #include<iostream> #include<cstring> #include<cstdlib> #define LL long long using namespace std; LL n,a[20],len=0; int main() { scanf("%lld",&n); while
相关文章
相关标签/搜索