結果

問題 No.1570 Blocks
ユーザー %20%20
提出日時 2021-06-27 16:14:05
言語 Ruby
(3.3.0)
結果
AC  
実行時間 266 ms / 2,000 ms
コード長 83 bytes
コンパイル時間 446 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 20,480 KB
最終ジャッジ日時 2024-06-25 11:50:31
合計ジャッジ時間 11,215 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 84 ms
12,160 KB
testcase_01 AC 86 ms
12,416 KB
testcase_02 AC 194 ms
17,536 KB
testcase_03 AC 232 ms
18,688 KB
testcase_04 AC 187 ms
16,640 KB
testcase_05 AC 188 ms
17,024 KB
testcase_06 AC 199 ms
16,384 KB
testcase_07 AC 100 ms
12,800 KB
testcase_08 AC 230 ms
18,688 KB
testcase_09 AC 261 ms
19,584 KB
testcase_10 AC 213 ms
17,664 KB
testcase_11 AC 222 ms
18,304 KB
testcase_12 AC 260 ms
19,840 KB
testcase_13 AC 247 ms
19,712 KB
testcase_14 AC 256 ms
20,096 KB
testcase_15 AC 156 ms
15,616 KB
testcase_16 AC 245 ms
19,968 KB
testcase_17 AC 158 ms
15,360 KB
testcase_18 AC 219 ms
18,176 KB
testcase_19 AC 161 ms
15,616 KB
testcase_20 AC 157 ms
15,744 KB
testcase_21 AC 214 ms
18,560 KB
testcase_22 AC 82 ms
12,160 KB
testcase_23 AC 82 ms
12,160 KB
testcase_24 AC 83 ms
12,416 KB
testcase_25 AC 83 ms
12,160 KB
testcase_26 AC 88 ms
12,416 KB
testcase_27 AC 85 ms
12,288 KB
testcase_28 AC 84 ms
12,288 KB
testcase_29 AC 85 ms
12,288 KB
testcase_30 AC 85 ms
12,416 KB
testcase_31 AC 86 ms
12,160 KB
testcase_32 AC 253 ms
19,712 KB
testcase_33 AC 266 ms
19,968 KB
testcase_34 AC 238 ms
19,584 KB
testcase_35 AC 253 ms
19,712 KB
testcase_36 AC 239 ms
19,712 KB
testcase_37 AC 249 ms
19,712 KB
testcase_38 AC 259 ms
19,712 KB
testcase_39 AC 248 ms
20,224 KB
testcase_40 AC 241 ms
19,840 KB
testcase_41 AC 260 ms
19,712 KB
testcase_42 AC 250 ms
20,224 KB
testcase_43 AC 248 ms
20,352 KB
testcase_44 AC 250 ms
20,096 KB
testcase_45 AC 256 ms
20,224 KB
testcase_46 AC 255 ms
20,480 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets
s=0
puts$<.map{_1.split.map &:to_i}.sort_by{_1+_2}.any?{_1+_2<s+=_1}?:No: :Yes
0