acm
YatKam
成长在于积累,分享是种美德!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
POJ1007 DNA Sorting
DNA Sorting Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 83488 Accepted: 33609 Description One measure of ``unsortedness'' in a sequence is the number of pairs of entries that ...原创 2015-04-28 15:32:40 · 575 阅读 · 0 评论 -
2014年12月08日
Java 解决一些ACM中大数问题 大数中算术运算结果的首选标度 运算 结果的首选标度 加 max(addend.scale(), augend.scale()) 减 max(minuend.scale(), subtrahend.scale()) 乘 multiplier.scale() + multiplicand.scale() 除 dividend.scale原创 2015-04-28 15:32:46 · 669 阅读 · 0 评论
分享