摘要: 题目链接 A 直接计算 即可 位数为k 首位数为 a 则 $ans = a + (k - 1) \times 9$ 点击查看代码 #include<bits/stdc++.h> using namespace std; const int maxn = 2e5 + 5; int a[maxn]; i 阅读全文
posted @ 2022-12-13 17:46 浪释归衣 阅读(45) 评论(0) 推荐(0)