結果

問題 No.526 フィボナッチ数列の第N項をMで割った余りを求める
ユーザー %20%20
提出日時 2017-06-10 00:46:21
言語 Perl
(5.38.2)
結果
TLE  
実行時間 -
コード長 49 bytes
コンパイル時間 640 ms
コンパイル使用メモリ 7,060 KB
実行使用メモリ 6,216 KB
最終ジャッジ日時 2023-10-24 04:21:05
合計ジャッジ時間 12,070 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
6,168 KB
testcase_01 AC 8 ms
6,176 KB
testcase_02 AC 8 ms
6,168 KB
testcase_03 AC 7 ms
6,172 KB
testcase_04 AC 8 ms
6,172 KB
testcase_05 AC 9 ms
6,172 KB
testcase_06 AC 8 ms
6,168 KB
testcase_07 AC 8 ms
6,172 KB
testcase_08 AC 14 ms
6,168 KB
testcase_09 AC 59 ms
6,168 KB
testcase_10 AC 515 ms
6,172 KB
testcase_11 TLE -
testcase_12 TLE -
testcase_13 TLE -
testcase_14 TLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$a=$\-1+($\=++$a%$m)for(($n,$m)=glob<>)..$n;print
0