torus711 のアレ

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

2013-12-14から1日間の記事一覧

TopCoder SRM 600, Division 2, Level 1 : TheShuttles

問題文 http://community.topcoder.com/stat?c=problem_statement&pm=12824&rd=15712 概要 何人かの従業員の送迎のため、シャトルバスを運行したい。バス停は N 箇所あって、i 番のバス停には cnt[ i ] 人の従業員がいる。シャトルバスを一台作るには baseCo…

TopCoder SRM 600, Division 2, Level 2 : ORSolitaireDiv2

問題文 http://community.topcoder.com/stat?c=problem_statement&pm=12890&rd=15712 概要 Division 1, Level 1 とほぼ同一。ただしこちらは numbers の要素数が 20 以下。

TopCoder SRM 600, Division 1, Level 1 : ORSolitaire

問題文 http://community.topcoder.com/stat?c=problem_statement&pm=12888&rd=15712 概要 次のような一人用ゲームをする。始め、プレイヤーは X = 0 を持っていて、X = goal を達成することを目標とする。一回の操作では、整数集合 numbers の中から一つの…