随笔分类 -  打码工具

摘要:乘法 貌似高精度乘法看起来很简单。。。 co模板 快捷路径 #include<cstdio> using namespace std; const int wei=100000; int a[100][wei],bz[100],ad[100]; void read(int i) { char ch= 阅读全文
posted @ 2020-08-14 21:17 聚合风铃 阅读(202) 评论(0) 推荐(0)