結果

問題 No.365 ジェンガソート
ユーザー hogeover30hogeover30
提出日時 2016-09-21 13:14:52
言語 Ruby
(3.3.0)
結果
AC  
実行時間 737 ms / 2,000 ms
コード長 63 bytes
コンパイル時間 43 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 28,360 KB
最終ジャッジ日時 2024-04-28 16:43:30
合計ジャッジ時間 8,632 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 81 ms
12,032 KB
testcase_01 AC 80 ms
12,416 KB
testcase_02 AC 79 ms
12,160 KB
testcase_03 AC 85 ms
12,416 KB
testcase_04 AC 82 ms
12,032 KB
testcase_05 AC 80 ms
12,160 KB
testcase_06 AC 83 ms
12,160 KB
testcase_07 AC 92 ms
12,416 KB
testcase_08 AC 82 ms
12,160 KB
testcase_09 AC 82 ms
12,288 KB
testcase_10 AC 80 ms
12,416 KB
testcase_11 AC 78 ms
12,288 KB
testcase_12 AC 81 ms
12,160 KB
testcase_13 AC 83 ms
12,160 KB
testcase_14 AC 103 ms
12,416 KB
testcase_15 AC 82 ms
12,032 KB
testcase_16 AC 153 ms
25,344 KB
testcase_17 AC 429 ms
26,948 KB
testcase_18 AC 119 ms
13,568 KB
testcase_19 AC 537 ms
26,732 KB
testcase_20 AC 289 ms
17,536 KB
testcase_21 AC 101 ms
16,000 KB
testcase_22 AC 146 ms
25,728 KB
testcase_23 AC 118 ms
20,096 KB
testcase_24 AC 140 ms
25,216 KB
testcase_25 AC 99 ms
15,744 KB
testcase_26 AC 126 ms
22,400 KB
testcase_27 AC 160 ms
28,108 KB
testcase_28 AC 130 ms
22,912 KB
testcase_29 AC 154 ms
26,204 KB
testcase_30 AC 136 ms
23,168 KB
testcase_31 AC 103 ms
16,896 KB
testcase_32 AC 104 ms
16,640 KB
testcase_33 AC 164 ms
27,872 KB
testcase_34 AC 103 ms
14,976 KB
testcase_35 AC 147 ms
25,216 KB
testcase_36 AC 737 ms
28,240 KB
testcase_37 AC 161 ms
28,280 KB
testcase_38 AC 159 ms
28,360 KB
testcase_39 AC 458 ms
28,116 KB
testcase_40 AC 441 ms
28,240 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval'N,*A='+$<.read.split*?,
N-=1if N==A.pop while A.size>0
p N
0