結果

問題 No.64 XORフィボナッチ数列
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 19:17:39
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 353 ms / 5,000 ms
コード長 33 bytes
コンパイル時間 278 ms
コンパイル使用メモリ 120,104 KB
実行使用メモリ 133,720 KB
最終ジャッジ日時 2023-09-28 02:26:25
合計ジャッジ時間 6,231 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 349 ms
133,512 KB
testcase_01 AC 349 ms
133,624 KB
testcase_02 AC 343 ms
133,468 KB
testcase_03 AC 342 ms
133,632 KB
testcase_04 AC 338 ms
133,500 KB
testcase_05 AC 345 ms
133,464 KB
testcase_06 AC 353 ms
133,576 KB
testcase_07 AC 340 ms
133,616 KB
testcase_08 AC 339 ms
133,428 KB
testcase_09 AC 347 ms
133,720 KB
testcase_10 AC 339 ms
133,612 KB
testcase_11 AC 350 ms
133,612 KB
testcase_12 AC 346 ms
133,580 KB
testcase_13 AC 344 ms
133,408 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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