2014年5月15日
摘要: Problem DescriptionA 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 t... 阅读全文
posted @ 2014-05-15 16:03 笑侃码农 阅读(174) 评论(0) 推荐(0) 编辑