随笔分类 -  数学题

摘要:A Simple Math ProblemLele now is thinking about a simple function f(x).If x = 10 f(x) = a0 * f(x-1) + a1 * f(x-2) + a2 *... 阅读全文
posted @ 2015-04-17 15:37 daydaycode 阅读(169) 评论(0) 推荐(0)
摘要:Problem DescriptionToday the company has m tasks to complete. The ith task need xi minutes to complete. Meanwhile, this task has a difficulty level yi... 阅读全文
posted @ 2014-08-06 15:50 daydaycode 阅读(232) 评论(0) 推荐(0)
摘要:DescriptionLet {xi} be the infinite sequence of integers:1) x0= A;2) xi= (alpha * xi-1^2 + beta * xi-1+ gamma) mod M, for i >= 1.Your task is to find ... 阅读全文
posted @ 2014-07-16 16:51 daydaycode 阅读(222) 评论(0) 推荐(0)
摘要:The three hands of the clock are rotating every second and meeting each other many times everyday. Finally, they get bored of this and each of them wo... 阅读全文
posted @ 2014-05-10 23:05 daydaycode 阅读(183) 评论(0) 推荐(0)