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
相關文章
相關標籤/搜索