随笔分类 -  ACM_数值计算

摘要:题目链接: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 阅读(223) 评论(0) 推荐(0)