
acm-高精度
文章平均质量分 78
maverick1990
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
wikioi-天梯-提高一等-高精度普及-3118:高精度练习之除法
题目描述 Description 给出两个正整数A和B,计算A/B整数部分的值。保证A和B的位数不超过500位。 输入描述 Input Description 读入两个用空格隔开的正整数 输出描述 Output Description 输出A/B整数部分的值 样例输入 Sample Input 15原创 2014-02-16 23:35:24 · 1007 阅读 · 0 评论 -
leetcode-Add Two Numbers
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a link原创 2014-03-18 17:04:43 · 709 阅读 · 0 评论