2011-03-27から1日間の記事一覧

PKU 3325 ICPC Score Totalizer Software

PKU

http://poj.org/problem?id=3325 n個の数字が与えられる。 そのうち最大の数字をひとつ、最小の数字をひとつ抜いて、その平均を計算するというような問題。 易。

PKU 3650 The Seven Percent Solution

PKU

http://poj.org/problem?id=3650 文字を指定されたものに置き換えるだけの問題。

PKU 2608 Soundex

PKU

http://poj.org/problem?id=2608 文字列を指定された方式にのっとって数字列に変換する。

PKU 2909 Goldbach's Conjecture

PKU

http://poj.org/problem?id=2909 偶数nが与えられる。この数字を二つの素数の和で表す方法は何通りあるかを求める問題。

PKU 2328 Guessing Game

PKU

http://poj.org/problem?id=2328 数当てゲーム。

PKU 1326 Mileage Bank

PKU

http://poj.org/problem?id=1326 飛行機での移動でたまるマイレージを計算するという問題。

PKU 1477 Box of Bricks

PKU

http://poj.org/problem?id=1477 n個の箱が積み上げられたタワーがある。 このタワーの高さを平均化するのに必要な最小の箱の移動個数を答える問題。 易。

PKU 1656 Counting Black

PKU

http://poj.org/problem?id=1656 指定されたように色を塗ったり数えたりする問題。 易。

PKU 1579 Function Run Fun

PKU

http://poj.org/problem?id=1579 書いてある関数を実装する。

PKU 2845 01000001

PKU

http://poj.org/problem?id=2845 2進数の足し算をしてその結果を出力。 易。

PKU 2623 Sequence Median

PKU

http://poj.org/problem?id=2623 n個の数字の中央値を求める。 易。

PKU 2696 A Mysterious Function

PKU

http://poj.org/problem?id=2696 書いてあるような関数を実装する。