- 博客(3)
- 收藏
- 关注
原创 高精度(让c++变成python)
高精度封装模板 以字符串的形式读入高精度 用法见下面主函数 #include<bits/stdc++.h> using namespace std; const int MAX_SIZE = 1010; struct Int { int len, n[MAX_SIZE]; void Set(int l) { len = l; for(int i = 1; i <= len; i ++) n[i] = 0; } Int(char *s) { len = strlen(s
2021-10-23 14:18:11
250
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅
1