
高精度运算
slashXX_xu
量变终会质变。坚持!
展开
-
UVA - 424 - Integer Inquiry
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=97&page=show_problem&problem=365#include #include #include #include using namespace std;const int MAXN原创 2014-04-16 21:18:47 · 531 阅读 · 0 评论 -
UVA - 10106 - Product
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=97&page=show_problem&problem=1047原创 2014-04-16 22:25:27 · 511 阅读 · 0 评论 -
UVA - 465 - Overflow
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=97&page=show_problem&problem=406原创 2014-04-16 23:27:22 · 534 阅读 · 0 评论 -
UVA - 10494 - If We Were a Child Again
#include #include #include #include using namespace std;// #define LOCAL_TESTconst int MAXN = 10000;int ChToNum(char ch){ return ch - '0';}char NumToCh(int i){ return i + '0';}原创 2014-04-19 22:38:22 · 552 阅读 · 0 评论