結果

問題 No.1090 ソーシャルディスタンス / Social Distance
ユーザー 👑 hos.lyrichos.lyric
提出日時 2020-07-30 02:03:47
言語 Ruby
(3.3.0)
結果
AC  
実行時間 219 ms / 2,000 ms
コード長 90 bytes
コンパイル時間 42 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 21,504 KB
最終ジャッジ日時 2024-07-01 02:00:34
合計ジャッジ時間 5,936 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 93 ms
12,160 KB
testcase_01 AC 88 ms
12,160 KB
testcase_02 AC 172 ms
18,048 KB
testcase_03 AC 106 ms
13,056 KB
testcase_04 AC 180 ms
18,048 KB
testcase_05 AC 101 ms
12,672 KB
testcase_06 AC 207 ms
20,736 KB
testcase_07 AC 146 ms
16,768 KB
testcase_08 AC 207 ms
21,120 KB
testcase_09 AC 151 ms
16,896 KB
testcase_10 AC 166 ms
18,176 KB
testcase_11 AC 219 ms
21,248 KB
testcase_12 AC 154 ms
17,152 KB
testcase_13 AC 152 ms
17,152 KB
testcase_14 AC 199 ms
20,480 KB
testcase_15 AC 172 ms
18,048 KB
testcase_16 AC 130 ms
14,720 KB
testcase_17 AC 94 ms
12,416 KB
testcase_18 AC 130 ms
14,976 KB
testcase_19 AC 144 ms
16,512 KB
testcase_20 AC 141 ms
15,360 KB
testcase_21 AC 153 ms
16,896 KB
testcase_22 AC 92 ms
12,160 KB
testcase_23 AC 90 ms
12,160 KB
testcase_24 AC 217 ms
21,504 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:1: warning: assigned but unused variable - n
Main.rb:3: warning: assigned but unused variable - a
Syntax OK

ソースコード

diff #

n,d=gets.split.map &:to_i
print y=z=0
a=gets.split.map{|b|print ' ',z=[z+d,y+=b.to_i].max}
0