摘要:
"题目" 解决思路是,每个位上都是9的情况,遍历一下就可以了。 include using namespace std; int n; int a[35]; int main() { scanf("%d",&n); int tag=0; while(n) { a[tag]=n%10; n=n/10; 阅读全文
posted @ 2019-04-11 11:34
Shendu.CC
阅读(162)
评论(0)
推荐(0)
摘要:
"The Doors" 签到题 阅读全文
posted @ 2019-04-11 08:58
Shendu.CC
阅读(206)
评论(0)
推荐(0)
浙公网安备 33010602011771号