結果

問題 No.658 テトラナッチ数列 Hard
ユーザー letrangerjpletrangerjp
提出日時 2018-03-02 23:57:37
言語 Ruby
(3.3.0)
結果
AC  
実行時間 182 ms / 2,000 ms
コード長 79 bytes
コンパイル時間 224 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 67,080 KB
最終ジャッジ日時 2024-06-22 23:21:20
合計ジャッジ時間 2,586 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 144 ms
67,020 KB
testcase_01 AC 142 ms
66,916 KB
testcase_02 AC 145 ms
67,016 KB
testcase_03 AC 152 ms
67,044 KB
testcase_04 AC 182 ms
67,052 KB
testcase_05 AC 181 ms
66,948 KB
testcase_06 AC 179 ms
67,080 KB
testcase_07 AC 179 ms
66,964 KB
testcase_08 AC 178 ms
67,024 KB
testcase_09 AC 181 ms
67,076 KB
testcase_10 AC 179 ms
67,020 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets
*r=0,0,0,a=1
5000.times{r<<r[-4..-1].sum%17};$<.map{|n|p r[~-n.to_i%4912]}
0