摘要: A. 签到题:思路为:所求答案 = 9 * (字符长度 - 1) + 最高位数 +(- 1)//通过判断语言确定是否需要再减个一 如果a****** > *******则需要加一反之不需要 #include <bits/stdc++.h> using namespace std; typedef l 阅读全文
posted @ 2019-12-14 23:47 LightAc 阅读(171) 评论(0) 推荐(0) 编辑
返回顶端