
Java
xuanweiace
一个热爱算法竞赛的弱校ACMer路过。青大本,浙大硕,方向后端开发,菜鸡一枚,奋斗ing...
展开
-
【POJ - 1001 】Exponentiation (Java大数,高精度)
题干:Problems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the national debt is a taxing experience for many computer sys...原创 2018-10-02 12:15:24 · 376 阅读 · 0 评论 -
ACM与Java -- 大整数类的常用函数一览表
BigInteger abs() 此方法返回一个BigInteger,其值是此BigInteger的绝对值。 2 BigInteger add(BigInteger val) 此方法返回一个BigInteger,其值是(this + val). 3 BigInteger and(BigInteger val) 此方法返回一个BigInteger,其值是 (t...原创 2018-09-22 15:18:34 · 595 阅读 · 0 评论 -
【HDU - 1134 】Game of Connections(JAVA大数加法,卡特兰数)
题干:This is a small but ancient game. You are supposed to write down the numbers 1, 2, 3, ... , 2n - 1, 2n consecutively in clockwise order on the ground to form a circle, and then, to draw some stra...原创 2018-11-03 09:52:02 · 289 阅读 · 0 评论 -
【Kattis - triangle 】Sierpiński Circumference(数学,求位数,取对数或Java)
题干:Polish mathematician Wacław Sierpiński(1882-1969) described the 2D geometric figure known as the Sierpińskitriangle as part of his work on set theory in 1915. The triangle, which is really an i...原创 2019-03-10 16:16:14 · 356 阅读 · 0 评论 -
【HDU - 5050 】Divided Land (Java大数,大数进制转换,大数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...原创 2019-04-04 16:15:46 · 286 阅读 · 0 评论 -
JetBrains - IDEA 常用快捷键汇总
【常规】Ctrl+Shift + Enter,语句完成 “!”,否定完成,输入表达式时按 “!”键 Ctrl+E,最近的文件 Ctrl+Shift+E,最近更改的文件 Shift+Click,可以关闭文件 Ctrl+[OR ],可以跑到大括号的开头与结尾 Ctrl+F12,可以显示当前文件的结构 Ctrl+F7,可以查询当前元素在当前文件中的引用,然后按 F3 可以选择 Ct...转载 2019-06-03 13:47:14 · 2943 阅读 · 0 评论