結果

問題 No.1570 Blocks
ユーザー %20%20
提出日時 2021-06-27 16:14:05
言語 Ruby
(3.3.0)
結果
AC  
実行時間 279 ms / 2,000 ms
コード長 83 bytes
コンパイル時間 94 ms
コンパイル使用メモリ 11,572 KB
実行使用メモリ 25,100 KB
最終ジャッジ日時 2023-09-07 18:02:53
合計ジャッジ時間 11,698 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 84 ms
15,144 KB
testcase_01 AC 81 ms
15,140 KB
testcase_02 AC 202 ms
22,164 KB
testcase_03 AC 252 ms
22,952 KB
testcase_04 AC 191 ms
21,012 KB
testcase_05 AC 195 ms
21,716 KB
testcase_06 AC 201 ms
21,200 KB
testcase_07 AC 97 ms
15,828 KB
testcase_08 AC 242 ms
22,208 KB
testcase_09 AC 267 ms
24,224 KB
testcase_10 AC 219 ms
22,408 KB
testcase_11 AC 237 ms
22,848 KB
testcase_12 AC 275 ms
24,284 KB
testcase_13 AC 260 ms
24,476 KB
testcase_14 AC 264 ms
24,656 KB
testcase_15 AC 158 ms
19,752 KB
testcase_16 AC 262 ms
24,336 KB
testcase_17 AC 156 ms
18,856 KB
testcase_18 AC 225 ms
22,716 KB
testcase_19 AC 162 ms
19,028 KB
testcase_20 AC 161 ms
19,604 KB
testcase_21 AC 228 ms
21,484 KB
testcase_22 AC 80 ms
15,028 KB
testcase_23 AC 80 ms
15,052 KB
testcase_24 AC 83 ms
15,148 KB
testcase_25 AC 81 ms
15,052 KB
testcase_26 AC 81 ms
15,144 KB
testcase_27 AC 81 ms
15,152 KB
testcase_28 AC 81 ms
15,352 KB
testcase_29 AC 81 ms
15,172 KB
testcase_30 AC 81 ms
15,044 KB
testcase_31 AC 81 ms
15,260 KB
testcase_32 AC 262 ms
24,328 KB
testcase_33 AC 274 ms
24,676 KB
testcase_34 AC 251 ms
24,240 KB
testcase_35 AC 272 ms
24,196 KB
testcase_36 AC 256 ms
24,540 KB
testcase_37 AC 264 ms
24,484 KB
testcase_38 AC 272 ms
24,392 KB
testcase_39 AC 266 ms
24,688 KB
testcase_40 AC 261 ms
24,420 KB
testcase_41 AC 279 ms
24,540 KB
testcase_42 AC 270 ms
24,884 KB
testcase_43 AC 269 ms
24,988 KB
testcase_44 AC 271 ms
25,100 KB
testcase_45 AC 274 ms
24,996 KB
testcase_46 AC 273 ms
24,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