该文被密码保护。 阅读全文
posted @ 2017-07-25 22:43 Angel_Kitty 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1008 N的阶乘 mod P 基准时间限制:1 秒 空间限制:131072 KB 分值: 0 难度:基础题 输入N和P(P为质数),求N! Mod P = ? (Mod 就是求模 %) 例如:n = 10, P = 11,10! = 3628800 3628800 % 11 = 10 输入N和P( 阅读全文
posted @ 2017-07-25 18:05 Angel_Kitty 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 1057 N的阶乘 基准时间限制:1 秒 空间限制:131072 KB 分值: 0 难度:基础题 输入N求N的阶乘的准确值。 输入N求N的阶乘的准确值。 输入N求N的阶乘的准确值。 Input 输入N(1 <= N <= 10000) Output 输出N的阶乘 Input示例 5 Output示例 阅读全文
posted @ 2017-07-25 17:58 Angel_Kitty 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 1005 大数加法 基准时间限制:1 秒 空间限制:131072 KB 分值: 0 难度:基础题 给出2个大整数A,B,计算A+B的结果。 给出2个大整数A,B,计算A+B的结果。 给出2个大整数A,B,计算A+B的结果。 Input 第1行:大数A 第2行:大数B (A,B的长度 <= 10000 阅读全文
posted @ 2017-07-25 17:55 Angel_Kitty 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 1029 大数除法 基准时间限制:4 秒 空间限制:131072 KB 分值: 160 难度:6级算法题 给出2个大整数A,B,计算A / B和A Mod B的结果。 给出2个大整数A,B,计算A / B和A Mod B的结果。 Input 第1行:大数A 第2行:大数B (A,B的长度 <= 10 阅读全文
posted @ 2017-07-25 17:52 Angel_Kitty 阅读(820) 评论(0) 推荐(0) 编辑
摘要: 1027 大数乘法 基准时间限制:1 秒 空间限制:131072 KB 分值: 0 难度:基础题 给出2个大整数A,B,计算A*B的结果。 给出2个大整数A,B,计算A*B的结果。 Input 第1行:大数A 第2行:大数B (A,B的长度 <= 1000,A,B >= 0) Output 输出A  阅读全文
posted @ 2017-07-25 17:49 Angel_Kitty 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 1028 大数乘法 V2 基准时间限制:2 秒 空间限制:131072 KB 分值: 80 难度:5级算法题 给出2个大整数A,B,计算A*B的结果。 给出2个大整数A,B,计算A*B的结果。 Input 第1行:大数A 第2行:大数B (A,B的长度 <= 100000,A,B >= 0) Out 阅读全文
posted @ 2017-07-25 17:46 Angel_Kitty 阅读(254) 评论(0) 推荐(0) 编辑
摘要: J. Polygons Intersection time limit per test:2 seconds memory limit per test:64 megabytes input:standard input output:standard output We will not wast 阅读全文
posted @ 2017-07-25 12:30 Angel_Kitty 阅读(1213) 评论(0) 推荐(0) 编辑
摘要: I. Mancala time limit per test:3 seconds memory limit per test:256 megabytes input:standard input output:standard output Mancala is a traditional boar 阅读全文
posted @ 2017-07-25 12:20 Angel_Kitty 阅读(432) 评论(0) 推荐(0) 编辑
摘要: H. Special Palindrome time limit per test:1 second memory limit per test:64 megabytes input:standard input output:standard output A sequence of positi 阅读全文
posted @ 2017-07-25 11:24 Angel_Kitty 阅读(382) 评论(0) 推荐(0) 编辑
摘要: G. The jar of divisors time limit per test:2 seconds memory limit per test:64 megabytes input:standard input output:standard output Alice and Bob play 阅读全文
posted @ 2017-07-25 10:42 Angel_Kitty 阅读(443) 评论(0) 推荐(0) 编辑
摘要: F. Contestants Ranking time limit per test:1 second memory limit per test:24 megabytes input:standard input output:standard output Ahmad is one of the 阅读全文
posted @ 2017-07-25 10:33 Angel_Kitty 阅读(507) 评论(0) 推荐(0) 编辑
摘要: E. Arrange Teams time limit per test:2 seconds memory limit per test:64 megabytes input:standard input output:standard output Syrian Collegiate Progra 阅读全文
posted @ 2017-07-25 09:26 Angel_Kitty 阅读(406) 评论(0) 推荐(3) 编辑