結果

問題 No.1505 Zero-Product Ranges
ユーザー gemmarogemmaro
提出日時 2021-05-26 23:34:03
言語 Ruby
(3.3.0)
結果
AC  
実行時間 224 ms / 2,000 ms
コード長 55 bytes
コンパイル時間 374 ms
コンパイル使用メモリ 7,296 KB
実行使用メモリ 41,088 KB
最終ジャッジ日時 2024-10-15 17:22:28
合計ジャッジ時間 10,424 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 79 ms
11,776 KB
testcase_01 AC 78 ms
11,776 KB
testcase_02 AC 78 ms
11,904 KB
testcase_03 AC 217 ms
41,088 KB
testcase_04 AC 218 ms
40,960 KB
testcase_05 AC 130 ms
24,064 KB
testcase_06 AC 128 ms
23,168 KB
testcase_07 AC 118 ms
20,736 KB
testcase_08 AC 132 ms
21,504 KB
testcase_09 AC 118 ms
21,376 KB
testcase_10 AC 124 ms
21,632 KB
testcase_11 AC 131 ms
23,680 KB
testcase_12 AC 118 ms
19,840 KB
testcase_13 AC 153 ms
28,928 KB
testcase_14 AC 147 ms
28,160 KB
testcase_15 AC 214 ms
40,576 KB
testcase_16 AC 219 ms
41,088 KB
testcase_17 AC 221 ms
40,960 KB
testcase_18 AC 222 ms
41,088 KB
testcase_19 AC 79 ms
11,776 KB
testcase_20 AC 76 ms
11,904 KB
testcase_21 AC 77 ms
12,032 KB
testcase_22 AC 219 ms
40,832 KB
testcase_23 AC 218 ms
40,960 KB
testcase_24 AC 215 ms
40,576 KB
testcase_25 AC 210 ms
40,192 KB
testcase_26 AC 223 ms
40,448 KB
testcase_27 AC 224 ms
40,320 KB
testcase_28 AC 216 ms
40,448 KB
testcase_29 AC 219 ms
40,960 KB
testcase_30 AC 215 ms
41,088 KB
testcase_31 AC 219 ms
40,448 KB
testcase_32 AC 144 ms
28,160 KB
testcase_33 AC 140 ms
26,880 KB
testcase_34 AC 156 ms
28,416 KB
testcase_35 AC 131 ms
23,936 KB
testcase_36 AC 129 ms
24,832 KB
testcase_37 AC 136 ms
27,648 KB
testcase_38 AC 135 ms
26,496 KB
testcase_39 AC 135 ms
26,880 KB
testcase_40 AC 140 ms
27,776 KB
testcase_41 AC 158 ms
28,928 KB
testcase_42 AC 90 ms
13,056 KB
testcase_43 AC 88 ms
14,592 KB
testcase_44 AC 88 ms
13,952 KB
testcase_45 AC 89 ms
14,080 KB
testcase_46 AC 85 ms
13,184 KB
testcase_47 AC 95 ms
14,592 KB
testcase_48 AC 86 ms
13,312 KB
testcase_49 AC 81 ms
12,416 KB
testcase_50 AC 85 ms
13,312 KB
testcase_51 AC 88 ms
14,208 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets;i=0;p gets.split.zip(0..).map{_1==?0?i=_2+1:i}.sum
0