1003:Hangover 查看提交统计提示提问 总时间限制: 1000ms 内存限制: 65536kB 描述 How far can you make a stack of cards overhang a table? If you have one card, you can create a maximum overhang of half a ca
2767:简单密码 查看提交统计提示提问 总时间限制: 1000ms 内存限制: 65536kB 描述 Julius Caesar曾经使用过一种很简单的密码。对于明文中的每个字符,将它用它字母表中后5位对应的字符来代替,这样就得到了密文。比如字符A用F来代替。如下是密文和明文中字符的对应关系。 密文 A B C D E F G H I J K L M N
问题描述: 给定一个包含小数点的在0.0到99.999的包含6位的输入数 r(以字符串的形式),和一个在0到25之间的数 n, 求 r 的 n 次方,要求是,输出结果不包括无效的0,这里的0既包括了在所得结果的最后几位的无效的0,也包括了0.345....中的0,即结果应当是.345....的形式,当所得结果是一个整数时,不应当打印小数点。 这是一个高精度计算的问题,思路是通过模
描述 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 sy
描述There are three berries on a round birthday cake. You are required to divide the cake into three identical parts such that each part contains exactly one berry. To make it easy, it is assumed that t