摘要: Description Input 第1行包含5个整数,依次为 x_0,a,b,c,d ,描述小H采用的随机数生成算法所需的随机种子。第2行包含三个整数 N,M,Q ,表示小H希望生成一个1到 N×M 的排列来填入她 N 行 M 列的棋盘,并且小H在初始的 N×M 次交换操作后,又进行了 Q 次额外 阅读全文
posted @ 2017-01-26 23:04 keshuqi 阅读(314) 评论(0) 推荐(0) 编辑
摘要: You are given two integers n and k. Find k-th smallest divisor of n, or report that it doesn't exist. Divisor of n is any such natural number, that n  阅读全文
posted @ 2017-01-26 00:18 keshuqi 阅读(395) 评论(0) 推荐(0) 编辑