
高精度
twh233
嘻嘻
展开
-
hdu 1715
/* _...---.._ ,' ~~"--.. / ~"-._ / ~-. / . `-. \ -.\原创 2016-12-19 23:56:46 · 310 阅读 · 0 评论 -
hdu 1042
/* _...---.._ ,' ~~"--.. / ~"-._ / ~-. / . `-. \ -.\原创 2016-12-19 23:57:47 · 335 阅读 · 2 评论 -
高精度模板
#include #include string>using namespace std;// 实现大数相加 结果存放在num中 void bigIntergerAdd(string &num, string add) { int goBit = 0; // 存放进位 // 先交换下顺序 加数的位数要比较少 if (转载 2017-02-18 11:26:44 · 316 阅读 · 0 评论 -
高精度 I - Yet another A + B
StatementsYou are given three numbers. Is there a way to replace variables A, B and C with these numbers so the equality A + B = C is correct?InputThere are three numbers X1, X2 and原创 2017-03-08 11:01:23 · 433 阅读 · 0 评论