結果

問題 No.250 atetubouのzetubou
ユーザー %20%20
提出日時 2018-06-05 19:27:31
言語 Ruby
(3.3.0)
結果
AC  
実行時間 1,674 ms / 5,000 ms
コード長 109 bytes
コンパイル時間 42 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 18,432 KB
最終ジャッジ日時 2024-06-30 10:04:36
合計ジャッジ時間 21,940 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 998 ms
18,304 KB
testcase_01 AC 253 ms
18,048 KB
testcase_02 AC 1,482 ms
18,432 KB
testcase_03 AC 1,674 ms
18,432 KB
testcase_04 AC 1,458 ms
18,432 KB
testcase_05 AC 1,522 ms
18,304 KB
testcase_06 AC 1,187 ms
18,176 KB
testcase_07 AC 621 ms
18,176 KB
testcase_08 AC 1,385 ms
18,432 KB
testcase_09 AC 1,074 ms
18,432 KB
testcase_10 AC 1,502 ms
18,432 KB
testcase_11 AC 945 ms
18,432 KB
testcase_12 AC 1,364 ms
18,432 KB
testcase_13 AC 803 ms
18,048 KB
testcase_14 AC 106 ms
17,280 KB
testcase_15 AC 570 ms
14,336 KB
testcase_16 AC 569 ms
14,336 KB
testcase_17 AC 568 ms
14,336 KB
testcase_18 AC 572 ms
14,208 KB
testcase_19 AC 586 ms
14,208 KB
testcase_20 AC 89 ms
12,160 KB
testcase_21 AC 91 ms
12,544 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]/f[X]?:ZETUBOU: :AC}
0