Tinamei
其实你不知道你不知道
摘要: Given two integers A and B. Sequence S is defined as follow:• S0 = A•S1 = B• Si = |Si−1 − Si−2| for i ≥ 2Count the number of distinct numbers in S.Inp... 阅读全文
posted @ 2015-10-09 18:53 Tinamei 阅读(197) 评论(0) 推荐(0)