torus711 のアレ

主に競技プログラミングの問題について書きます.PC 以外だと数式が表示されないかもしれないです

2016-02-16から1日間の記事一覧

TopCoder SRM 681, Division 2, Level 2 : ExplodingRobots

問題文 https://community.topcoder.com/stat?c=problem_statement&pm=14137&rd=16651 問題概要 平面上に二つのロボットを置く.一つは座標 $( x_1, y_1 )$ に,他方は $( x_1, y_1 )$ に置く. 各ロボットは,$U, D, L, R$ からなる命令列 $\mathit{ instru…

TopCoder SRM 681, Division 2, Level 1 : CoinFlipsDiv2

問題文 https://community.topcoder.com/stat?c=problem_statement&pm=14138&rd=16651 問題概要 表裏を区別できる $N$ 枚のコインが一直線上に並んでいる.コインは左から右に $0$ から $N - 1$ で番号付けられている.コインの状態は長さ $N$ の配列 $\math…