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

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

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

代码就不粘了。

相关文章:

  • 2021-12-30
  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
  • 2022-03-01
  • 2021-11-04
  • 2021-07-08
  • 2022-12-23
猜你喜欢
  • 2021-08-08
  • 2022-12-23
  • 2021-08-05
  • 2021-12-04
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案