ACM学习历程—HDU5585 Numbers(数论 || 大数)(BestCoder Round #64 (div.2) 1001)

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5585

题目大意就是求大数是否能被2,3,5整除。

我直接上了Java大数,不过可以对末尾来判断25,对所有位的和来判断3

代码就不粘了。

原文地址:https://www.cnblogs.com/andyqsmart/p/5003523.html