会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Leptus
新随笔
管理
2014年10月26日
poj 1503 Integer Inquiry (高精度运算)
摘要: 题目链接:http://poj.org/problem?id=1503思路分析:基本的高精度问题,使用字符数组存储然后处理即可。代码如下:#include #include using namespace std;const int M = 100 + 10;char input[M];int A[...
阅读全文
posted @ 2014-10-26 17:42 Leptus
阅读(216)
评论(0)
推荐(0)
编辑