摘要: Problem Description A为一个方阵,则Tr A表示A的迹(就是主对角线上各项的和),现要求Tr(A^k)%9973。 Input 数据的第一行是一个T,表示有T组数据。 每组数据的第一行有n(2 <= n <= 10)和k(2 <= k < 10^9)两个数据。接下来有n行,每行有 阅读全文
posted @ 2018-12-01 12:09 芹菜叶子 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Problem DescriptionGiven a positive integer N, you should output the most right digit of N^N. InputThe input contains several test cases. The first li 阅读全文
posted @ 2018-12-01 11:59 芹菜叶子 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 描述 这一次我们就简单一点了,题目在此: 在直角坐标系中有一条抛物线y=ax^2+bx+c和一个点P(x,y),求点P到抛物线的最短距离d。 输入 第1行:5个整数a,b,c,x,y。前三个数构成抛物线的参数,后两个数x,y表示P点坐标。-200≤a,b,c,x,y≤200 输出 第1行:1个实数d 阅读全文
posted @ 2018-12-01 11:54 芹菜叶子 阅读(138) 评论(0) 推荐(0) 编辑
摘要: For a given sequence $A = \{a_0, a_1, ..., a_{n-1}\}$ which is sorted by ascending order, find a specific value $k$ given as a query. Input The input 阅读全文
posted @ 2018-12-01 11:40 芹菜叶子 阅读(157) 评论(0) 推荐(0) 编辑
摘要: Describe Musicians of a popular band "Flayer" have announced that they are going to "make their exit" with a world tour. Of course, they will visit Be 阅读全文
posted @ 2018-11-21 20:25 芹菜叶子 阅读(205) 评论(0) 推荐(0) 编辑
摘要: Description Background Hugo Heavy is happy. After the breakdown of the Cargolifter project he can now expand business. But he needs a clever man who t 阅读全文
posted @ 2018-11-21 15:00 芹菜叶子 阅读(129) 评论(0) 推荐(0) 编辑
摘要: Problem Description"Guanxi" is a very important word in Chinese. It kind of means "relationship" or "contact". Guanxi can be based on friendship, but 阅读全文
posted @ 2018-11-21 14:31 芹菜叶子 阅读(157) 评论(0) 推荐(0) 编辑
摘要: Description An ascending sorted sequence of distinct values is one in which some form of a less-than operator is used to order the elements from small 阅读全文
posted @ 2018-11-20 22:01 芹菜叶子 阅读(137) 评论(0) 推荐(0) 编辑
摘要: Problem Description 1967年,美国著名的社会学家斯坦利·米尔格兰姆提出了一个名为“小世界现象(small world phenomenon)”的著名假说,大意是说,任何2个素不相识的人中间最多只隔着6个人,即只用6个人就可以将他们联系在一起,因此他的理论也被称为“六度分离”理论 阅读全文
posted @ 2018-11-20 10:34 芹菜叶子 阅读(160) 评论(0) 推荐(0) 编辑
摘要: Problem Description 有N个比赛队(1<=N<=500),编号依次为1,2,3,。。。。,N进行比赛,比赛结束后,裁判委员会要将所有参赛队伍从前往后依次排名,但现在裁判委员会不能直接获得每个队的比赛成绩,只知道每场比赛的结果,即P1赢P2,用P1,P2表示,排名时P1在P2之前。现 阅读全文
posted @ 2018-11-19 20:48 芹菜叶子 阅读(135) 评论(0) 推荐(0) 编辑