爆肝豆腐
爆肝豆腐
全部文章
分类
归档
标签
去牛客网
登录
/
注册
爆肝豆腐的博客
全部文章
(共2篇)
题解 | 小红的k次方
n=int(input()) a=list(map(int,input().split())) c2=0 c3=0 c5=0 for i in a: x=i while x%2==0: c2+=1 x//=2 while x%3==0: ...
2026-03-19
0
29
题解 | 卡拉兹函数
#include <bits/stdc++.h> #include <iomanip> #include <string> using namespace std; int main(){ ios::sync_with_stdio(false); ...
2026-02-20
0
36