日々精進

新しく学んだことを書き留めていきます

2011-02-09から1日間の記事一覧

SRM495 Div2 Easy

シミュレーションするだけですが、indexをforループの外で宣言しているのを忘れて初期化忘れの不具合が出てしまいました。 using System; using System.Collections.Generic; using System.Text; public class CarrotBoxesEasy { public int theIndex(int[] …