君はまるで砂漠に咲く、一輪の花。

僕はその花に引き寄せられる蝶。

constructive algorithms

Codeforces Round #125 (Div.2)

はい。 http://codeforces.com/contest/199 A. Hexadecimal's theorem brute force,constructive algorithms,implementation,number theory ざっくりと大意 ・整数nが与えられるのでフィボナッチ数に含まれているいずれかの数を3つ使って和がnになるようなa,…

Codeforces Round #105 (Div.2)

はい。 http://codeforces.com/contest/148 A. Insomnia cure constructive algorithms,implementation,math ざっくりと大意 ・プリンセス9歳眠れない夜に羊を数えるのにあきてドラゴンを数える。 ・それでも暇だったのでドラゴンが私を攫いに来たと妄想した…

Codeforces Beta Round #84 (Div.2 Div.1)

はい。 http://codeforces.com/contest/110 A. Nearly Lucky Number implementation ざっくりと大意 ・nが4と7が4個か7個ふくんでいるか?? 方針のようなもの ・カウントする

Codeforces Beta Round #11

はい。 A. Increasing Sequence constructive algorithms,implementation,math ざっくりと大意 ・右に行くに従って増加するべき数列が与えられるらしい。 ・増加してない場合はdを行い、最小で何回か。 方針のようなもの ・たぶんコレ前に見た切り上げ除算を…

Codeforces Beta Round #8

はい。 http://codeforces.com/contest/8 A. Train and Peter strings ざっくりと大意 ・aの先にbが見えたらforward、aの反転したものの後ろにbの反転したものが見えたらbackward。 ・両方ならboth、いずれも成立しなければfantasy。

Codeforces Beta Round #7

はい。 http://codeforces.com/contest/7 A. Kalevitch and Chess brute force,constructive algorithms ざっくりと大意 ・Kalevitchさんが8*8をWで埋まってる板をBで塗る。 ・塗り方は一度に一列一直線のみなのかな? ・Inputは塗り終わり姿かな?一列一直…