はまやんはまやんはまやん

hamayanhamayan's blog

2018-05-01から1ヶ月間の記事一覧

Range Minimum Queries [AtCoder Regular Contest 098 E]

https://beta.atcoder.jp/contests/arc098/tasks/arc098_c

Xor Sum 2 [AtCoder Regular Contest 098 D]

https://beta.atcoder.jp/contests/arc098/tasks/arc098_b

Attention [AtCoder Regular Contest 098 C]

https://beta.atcoder.jp/contests/arc098/tasks/arc098_a

Backfront [AtCoder Grand Contest 024 B]

https://agc024.contest.atcoder.jp/tasks/agc024_b

E869120 and Constructing Array 4 [yukicoder No.690]

https://yukicoder.me/problems/no/690

E869120 and Constructing Array 3 [yukicoder No.689]

https://yukicoder.me/problems/no/689

E869120 and Constructing Array 2 [yukicoder No.688]

https://yukicoder.me/problems/no/688

E869120 and Constructing Array 1 [yukicoder No.687]

https://yukicoder.me/problems/no/687

Sorted and Sorted [AtCoder Regular Contest 097 E]

https://beta.atcoder.jp/contests/arc097/tasks/arc097_c

Equals [AtCoder Regular Contest 097 D]

https://beta.atcoder.jp/contests/arc097/tasks/arc097_b

K-th Substring [AtCoder Regular Contest 097 C]

https://beta.atcoder.jp/contests/arc097/tasks/arc097_a

Exponential [AtCoder Beginner Contest 097 B]

https://beta.atcoder.jp/contests/abc097/tasks/abc097_b

Colorful Transceivers [AtCoder Beginner Contest 097 A]

https://beta.atcoder.jp/contests/abc097/tasks/abc097_a

Logical Operations [yukicoder No.685]

https://yukicoder.me/problems/no/685

Two Operations No.3 [yukicoder No.683]

https://yukicoder.me/problems/no/683

Average [yukicoder No.682]

https://yukicoder.me/problems/no/682

Five, Five Everywhere [AtCoder Beginner Contest 096 D]

https://abc096.contest.atcoder.jp/tasks/abc096_d

ThreeSameLetters [2018 TCO Algorithm Round 1B Hard]

以下を満たす文字列は何通りあるか。 長さL アルファベットの最初のS個だけを使う 連続する長さ3の文字列で全て同じ文字である文字列がただ1つだけある

StablePairsDiv1 [2018 TCO Algorithm Round 1B Med]

以下のルールを満たす、長さKの配列x,yを構築せよ。 1≦x[i]<y[i]≦N y[i]<x[i + 1] (x[i+1]+y[i+1])-(x[i]+y[i])=C 上記を満たす配列x,yの中で総和が最大のもの 構築できない場合は空の配列を答える。

LineOff [2018 TCO Algorithm Round 1B Easy]

文字列Sがある。 この文字列に以下の操作を最大何回行えるか。 「2つの隣接する文字が等しいなら、2つの文字を消す」