上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 53 下一页
摘要: 题目链接: A. Dreamoon and Sums time limit per test 1.5 seconds memory limit per test 256 megabytes input standard input output standard output time limit 阅读全文
posted @ 2016-09-07 10:47 LittlePointer 阅读(289) 评论(0) 推荐(0)
摘要: 题目链接: B. Modulo Sum time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output time limit per test 阅读全文
posted @ 2016-09-06 11:10 LittlePointer 阅读(506) 评论(0) 推荐(0)
摘要: 题目链接: E. Points on Plane time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output time limit per 阅读全文
posted @ 2016-09-06 10:38 LittlePointer 阅读(331) 评论(0) 推荐(0)
摘要: 题意: 给个有向图,每个节点等概率转移到它的后继节点,现在问一些节点的期望访问次数; 思路: 对于一个点v,Ev=Ea/d[a]+Eb/d[b]+Ec/d[c];a,b,c是v的前驱节点; 然后按这个列出方程,进行高斯约旦消元,然后判断是否可达和是否为0; 代码是白书上的; AC代码: 阅读全文
posted @ 2016-09-05 22:41 LittlePointer 阅读(281) 评论(0) 推荐(0)
摘要: 题目链接: C. Riding in a Lift time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output time limit per 阅读全文
posted @ 2016-09-05 22:33 LittlePointer 阅读(199) 评论(0) 推荐(0)
摘要: 题目链接: B. Long Jumps time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output time limit per test 1 阅读全文
posted @ 2016-09-05 22:25 LittlePointer 阅读(224) 评论(0) 推荐(0)
摘要: 题目链接: A. Exams time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output time limit per test 1 seco 阅读全文
posted @ 2016-09-05 22:18 LittlePointer 阅读(353) 评论(0) 推荐(0)
摘要: 题目链接: D. Kindergarten time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output time limit per tes 阅读全文
posted @ 2016-09-04 12:06 LittlePointer 阅读(342) 评论(0) 推荐(0)
摘要: 题目链接: B. Maximum Value time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output time limit per tes 阅读全文
posted @ 2016-09-03 20:52 LittlePointer 阅读(330) 评论(0) 推荐(0)
摘要: 题目链接: A. Bits time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output time limit per test 1 secon 阅读全文
posted @ 2016-09-03 10:38 LittlePointer 阅读(246) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 53 下一页