
AtCode
passer__
这个作者很懒,什么都没留下…
展开
-
AtCoder Regular Contest 060 - 高橋君とホテル / Tak and Hotels - 倍增+二分
题目链接 : https://arc060.contest.atcoder.jp/tasks/arc060_c题目:E - 高橋君とホテル / Tak and HotelsTime limit : 3sec / Memory limit : 256MBScore : 700 pointsProblem StatementN hotels are located on a s...原创 2018-07-24 10:29:52 · 355 阅读 · 0 评论 -
AtCoder Regular Contest 061 D - すぬけ君の塗り絵 / Snuke's Coloring
题目链接: https://arc061.contest.atcoder.jp/tasks/arc061_b题目:D - すぬけ君の塗り絵 / Snuke's ColoringTime limit : 3sec / Memory limit : 256MBScore : 400 pointsProblem StatementWe have a grid with H row...原创 2018-07-24 14:53:17 · 407 阅读 · 0 评论 -
AtCoder Regular Contest 077 D 11(思维题)
题目链接 : https://arc077.contest.atcoder.jp/tasks/arc077_bD - 11Time limit : 2sec / Memory limit : 256MBScore : 600 pointsProblem StatementYou are given an integer sequence of length n+1, a1,a2...原创 2018-07-26 10:13:37 · 464 阅读 · 0 评论 -
AtCoder Regular Contest 084 (upc 6616) Small Multiple
Problem StatementFind the smallest possible sum of the digits in the decimal notation of a positive multiple of K.Constraints2≤K≤105 K is an integer.InputInput is given from Standard Input i...原创 2018-08-03 20:56:11 · 214 阅读 · 0 评论 -
AtCoder Regular Contest 076 (upc 6570) Connected?
题目链接:https://arc076.contest.atcoder.jp/tasks/arc076_c题目描述Snuke is playing a puzzle game. In this game, you are given a rectangular board of dimensions R×C, filled with numbers. Each integer i from...原创 2018-07-31 10:29:19 · 263 阅读 · 0 评论 -
AtCoder Regular Contest 082 (Upc 6603) ConvexScore
题目链接:https://arc082.contest.atcoder.jp/tasks/arc082_cProblem StatementYou are given N points (xi,yi) located on a two-dimensional plane. Consider a subset S of the N points that forms a convex pol...原创 2018-08-04 20:38:41 · 221 阅读 · 0 评论 -
AtCoder Regular Contest 077 E(upc 6576) guruguru
题目链接:https://arc077.contest.atcoder.jp/tasks/arc077_c题意:两个按钮, 一个可以使计数器+1(计数器数字从1-m), 当前值为m时, 再+1就变成了1 另一个按钮储存了一个值x, 按一下就从任意值会变成x n-1次操作, 由一个数组a[n]描述, 第i次操作: 将计数器从a[i]调到a[i+1] 将x设置为某个值, 使得所有操作需要按按...原创 2018-08-01 08:35:06 · 216 阅读 · 5 评论 -
杭电 6386 AtCoder Regular Contest 061 E Upc 6469 这辈子都学不会的拆点+最短路
题目链接:杭电 : http://acm.hdu.edu.cn/showproblem.php?pid=6386 Atcode: https://arc061.contest.atcoder.jp/tasks/arc061_c这个代码打死T杭电,没加输入挂,也没有花Vector,原来堆优化的假算法那种方法在杭电AC了,但是在ATcode是过不去的,所以就有重...原创 2018-08-15 11:51:22 · 271 阅读 · 0 评论 -
AtCoder Regular Contest 083 (upc 6611) Bichrome Tree 这辈子不可能学会的动态规划之树形DP
题目链接:https://arc083.contest.atcoder.jp/tasks/arc083_c题目描述We have a tree with N vertices. Vertex 1 is the root of the tree, and the parent of Vertex i (2≤i≤N) is Vertex Pi.To each vertex in the tr...原创 2018-08-08 20:20:33 · 263 阅读 · 0 评论