結果

問題 No.64 XORフィボナッチ数列
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 19:17:39
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 360 ms / 5,000 ms
コード長 33 bytes
コンパイル時間 396 ms
コンパイル使用メモリ 125,180 KB
実行使用メモリ 136,376 KB
最終ジャッジ日時 2024-07-20 21:03:23
合計ジャッジ時間 6,293 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 357 ms
136,376 KB
testcase_01 AC 352 ms
136,352 KB
testcase_02 AC 351 ms
136,096 KB
testcase_03 AC 353 ms
136,228 KB
testcase_04 AC 357 ms
136,100 KB
testcase_05 AC 356 ms
136,356 KB
testcase_06 AC 357 ms
136,352 KB
testcase_07 AC 355 ms
135,972 KB
testcase_08 AC 359 ms
136,356 KB
testcase_09 AC 360 ms
136,352 KB
testcase_10 AC 356 ms
136,096 KB
testcase_11 AC 357 ms
136,352 KB
testcase_12 AC 354 ms
136,224 KB
testcase_13 AC 356 ms
136,100 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;say [$0,$1,$0+^$1][$2%3]
0