結果

問題 No.657 テトラナッチ数列 Easy
ユーザー letrangerjpletrangerjp
提出日時 2018-03-03 00:05:07
言語 Ruby
(3.3.0)
結果
AC  
実行時間 198 ms / 2,000 ms
コード長 75 bytes
コンパイル時間 756 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 67,176 KB
最終ジャッジ日時 2024-06-23 00:03:31
合計ジャッジ時間 4,281 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 157 ms
67,144 KB
testcase_01 AC 158 ms
67,048 KB
testcase_02 AC 157 ms
67,084 KB
testcase_03 AC 152 ms
67,040 KB
testcase_04 AC 155 ms
67,016 KB
testcase_05 AC 188 ms
67,076 KB
testcase_06 AC 154 ms
67,016 KB
testcase_07 AC 147 ms
67,144 KB
testcase_08 AC 154 ms
67,092 KB
testcase_09 AC 190 ms
66,892 KB
testcase_10 AC 191 ms
67,060 KB
testcase_11 AC 190 ms
67,060 KB
testcase_12 AC 198 ms
67,072 KB
testcase_13 AC 192 ms
67,176 KB
testcase_14 AC 187 ms
67,104 KB
testcase_15 AC 194 ms
67,028 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