結果

問題 No.250 atetubouのzetubou
ユーザー %20%20
提出日時 2018-06-05 19:25:40
言語 Ruby
(3.3.0)
結果
AC  
実行時間 1,594 ms / 5,000 ms
コード長 110 bytes
コンパイル時間 188 ms
コンパイル使用メモリ 7,296 KB
実行使用メモリ 18,560 KB
最終ジャッジ日時 2024-06-30 10:01:52
合計ジャッジ時間 20,813 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 949 ms
18,432 KB
testcase_01 AC 241 ms
18,048 KB
testcase_02 AC 1,413 ms
18,176 KB
testcase_03 AC 1,594 ms
18,304 KB
testcase_04 AC 1,401 ms
18,560 KB
testcase_05 AC 1,443 ms
18,304 KB
testcase_06 AC 1,138 ms
18,304 KB
testcase_07 AC 594 ms
18,176 KB
testcase_08 AC 1,318 ms
18,560 KB
testcase_09 AC 1,020 ms
18,176 KB
testcase_10 AC 1,423 ms
18,432 KB
testcase_11 AC 899 ms
18,432 KB
testcase_12 AC 1,302 ms
18,304 KB
testcase_13 AC 764 ms
18,048 KB
testcase_14 AC 104 ms
17,408 KB
testcase_15 AC 487 ms
14,080 KB
testcase_16 AC 490 ms
14,464 KB
testcase_17 AC 495 ms
14,208 KB
testcase_18 AC 499 ms
14,336 KB
testcase_19 AC 493 ms
14,336 KB
testcase_20 AC 88 ms
12,160 KB
testcase_21 AC 89 ms
12,288 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

a=[1]
f=->x{a[x]||=x*f[x-1]}
gets
$<.map{|l|eval'D,X,T='+l.split*?,
puts T<f[X+D-1]/f[D-1]/f[X]?:ZETUBOU: :AC}
0