結果

問題 No.658 テトラナッチ数列 Hard
ユーザー letrangerjpletrangerjp
提出日時 2018-03-03 00:04:28
言語 Ruby
(3.3.0)
結果
AC  
実行時間 208 ms / 2,000 ms
コード長 75 bytes
コンパイル時間 87 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 67,096 KB
最終ジャッジ日時 2024-06-22 23:58:15
合計ジャッジ時間 2,818 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 164 ms
67,084 KB
testcase_01 AC 155 ms
67,048 KB
testcase_02 AC 163 ms
67,040 KB
testcase_03 AC 158 ms
67,044 KB
testcase_04 AC 196 ms
67,052 KB
testcase_05 AC 198 ms
67,048 KB
testcase_06 AC 198 ms
67,096 KB
testcase_07 AC 195 ms
67,072 KB
testcase_08 AC 198 ms
67,048 KB
testcase_09 AC 208 ms
67,096 KB
testcase_10 AC 204 ms
67,092 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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