Stay Hungry,Stay Foolish!

摘要: D - Takahashi's Solitaire https://atcoder.jp/contests/abc277/tasks/abc277_d 思路 先计算所有的输入的和 total, 将输入列表首先进行排列 找到所有连续段和中最大的值 maxsum, 此处连续满足条件 a[i] == a[ 阅读全文
posted @ 2022-11-13 23:46 lightsong 阅读(92) 评论(0) 推荐(0) 编辑
摘要: C - Ladder Takahashi https://atcoder.jp/contests/abc277/tasks/abc277_c 思路 把梯子可达楼层看成图的节点 把梯子看成节点之间的连线 所以整个问题变成图的遍历问题,找到所有节点的最大值。 Code https://atcoder.j 阅读全文
posted @ 2022-11-13 23:39 lightsong 阅读(123) 评论(0) 推荐(0) 编辑
Life Is Short, We Need Ship To Travel