摘要: Problem Description A number sequence is defined as follows:f(1) = 1, f(2) = 1, f(n) = (A * f(n - 1) + B * f(n - 2)) mod 7.Given A, B, and n, you are 阅读全文
posted @ 2016-03-29 16:36 左岸繁华右岸殇 阅读(175) 评论(0) 推荐(0) 编辑