JAVA
black-hole6
这个作者很懒,什么都没留下…
展开
-
HDU - 1042-N!(Java)
Given an integer N(0 ≤ N ≤ 10000), your task is to calculate N! Input One N in one line, process to the end of file. Output For each N, output N! in one line. Sample Input 1 2 3 Sample Outp...原创 2019-01-20 22:29:04 · 229 阅读 · 0 评论 -
JAVA 大数 A+B问题
A + B Problem II I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B. Input The first line of the input contains an integer T(1<=T<...原创 2019-04-11 16:53:10 · 381 阅读 · 0 评论 -
HDU - 5050 (大数二进制gcd)
It’s time to fight the local despots and redistribute the land. There is a rectangular piece of land granted from the government, whose length and width are both in binary form. As the mayor, you must...原创 2019-04-11 17:06:09 · 383 阅读 · 0 评论