結果

問題 No.607 開通777年記念
ユーザー letrangerjpletrangerjp
提出日時 2017-12-08 22:37:26
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 305 bytes
コンパイル時間 60 ms
コンパイル使用メモリ 7,296 KB
実行使用メモリ 12,672 KB
最終ジャッジ日時 2024-05-07 05:44:35
合計ジャッジ時間 2,092 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 86 ms
12,032 KB
testcase_02 AC 78 ms
12,160 KB
testcase_03 AC 80 ms
12,032 KB
testcase_04 AC 80 ms
12,160 KB
testcase_05 AC 78 ms
12,032 KB
testcase_06 AC 75 ms
12,032 KB
testcase_07 AC 119 ms
12,672 KB
testcase_08 RE -
testcase_09 RE -
testcase_10 AC 80 ms
12,288 KB
testcase_11 RE -
testcase_12 RE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

C = 777
N, M = gets.split.map &:to_i
a = [0] * N
$<.map{|s|
  b = s.split.map &:to_i
  a = a.zip(b).map(&:sum)
  sum = a[l = r = 0]
  loop{
    case sum <=> C
    when -1;
      break if r >= N-1
      sum += a[r+=1]
    when 0
      puts :YES
      exit
    when 1; sum -= a[l+=1]
    end
  }
}
puts :NO
0