加载中...

摘要: ##计数问题 https://www.acwing.com/problem/content/340/ # include <iostream> # include <cmath> using namespace std; int dgt(int n) // 计算整数n有多少位 { int res = 阅读全文
posted @ 2022-02-26 12:54 liang302 阅读(70) 评论(0) 推荐(0)