2022年12月8日

每日一题-约数个数

摘要: 约数个数 有$n(n<=100)$个数x$(int范围内)$, 输出这些数的乘积的约数个数. #define IOS ios::sync_with_stdio(0); cin.tie(0); cout.tie(0) # include <bits/stdc++.h> using namespace 阅读全文

posted @ 2022-12-08 00:42 Whosedream-0019 阅读(28) 评论(0) 推荐(0)

导航