TradingYesterday
TradingYesterday
全部文章
分类
归档
标签
去牛客网
登录
/
注册
TradingYesterday的博客
全部文章
(共14篇)
题解 | #大整数的因子#
#include <iostream> #include <iterator> #include <bits/stdc++.h> using namespace std; struct bign { int nums[3001]; int len...
2024-03-04
0
198
题解 | #N的阶乘#
#include <iostream> #include <iterator> #include <bits/stdc++.h> using namespace std; struct bign{ int nums[3001]; //由于n的阶乘结果可以...
2024-03-04
0
177
题解 | #a+b#
#include <iostream> #include <vector> #include <bits/stdc++.h> using namespace std; //这种大精度 处理起来就是当字符串看 去处理 struct bign{ int d...
2024-03-04
0
199
题解 | #进制转换#
#include <bits/stdc++.h> using namespace std; //这是答案的除法 string Divide(string str,int x) { //字符串除法int remainder = 0; //保存余数 int remainder = ...
2024-03-03
0
175
首页
上一页
1
2
下一页
末页