12 2015 档案
摘要:对于超过20位的数的乘法问题,我们无法使用普通的方法!!!即使是longlong也会超出范围的!像这样的数,我们只能使用高精度的知识利用数组的方法解决问题!对于高精度乘法的问题,其实思路和高精度加法的思路差不多,都需要使用字符数组来存放每次算完的结果! 1 2 3 *4 5 6 __________...
阅读全文
摘要:题目网址:http://codeforces.com/contest/424/problem/CDescriptionPeople in the Tomskaya region like magic formulas very much. You can see some of them below...
阅读全文
摘要:题目网址:http://acm.hust.edu.cn/vjudge/contest/view.action?cid=102145#problem/DDescriptionNearly each project of the F company has a whole team of develop...
阅读全文
摘要:DescriptionWhile resting on the ship after the "Russian Code Cup" a boy named Misha invented an interesting game. He promised to give his quadrocopter...
阅读全文
摘要:题目网址:http://acm.uestc.edu.cn/#/problem/show/1221Ancient GoTime Limit: 3000/1000MS (Java/Others) Memory Limit: 65535/65535KB (Java/Others)SubmitStatus...
阅读全文
摘要:题目网址:http://codeforces.com/problemset/problem/416/CDescriptionInnovation technologies are on a victorious march around the planet. They integrate into...
阅读全文
摘要:题目网址:http://codeforces.com/problemset/problem/416/BA well-known art union called "Kalevich is Alive!" manufactures objects d'art (pictures). The union...
阅读全文
摘要:题目网址:http://codeforces.com/problemset/problem/414/BDescriptionMashmokh's boss, Bimokh, didn't like Mashmokh. So he fired him. Mashmokh decided to go t...
阅读全文