結果

問題 No.533 Mysterious Stairs
ユーザー %20%20
提出日時 2017-06-24 01:08:04
言語 Perl
(5.38.2)
結果
RE  
実行時間 -
コード長 146 bytes
コンパイル時間 156 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 203,264 KB
最終ジャッジ日時 2024-10-04 05:10:33
合計ジャッジ時間 10,467 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 RE -
testcase_02 RE -
testcase_03 AC 3 ms
5,504 KB
testcase_04 AC 3 ms
5,504 KB
testcase_05 AC 3 ms
5,376 KB
testcase_06 AC 3 ms
5,504 KB
testcase_07 AC 3 ms
5,376 KB
testcase_08 AC 4 ms
5,504 KB
testcase_09 AC 4 ms
5,504 KB
testcase_10 AC 4 ms
5,504 KB
testcase_11 AC 4 ms
5,504 KB
testcase_12 AC 4 ms
5,504 KB
testcase_13 AC 6 ms
5,632 KB
testcase_14 AC 6 ms
5,760 KB
testcase_15 AC 7 ms
5,760 KB
testcase_16 AC 11 ms
6,144 KB
testcase_17 AC 17 ms
6,400 KB
testcase_18 AC 23 ms
7,040 KB
testcase_19 AC 29 ms
7,424 KB
testcase_20 AC 279 ms
27,520 KB
testcase_21 AC 302 ms
29,824 KB
testcase_22 AC 904 ms
81,536 KB
testcase_23 AC 2,340 ms
201,088 KB
testcase_24 AC 2,411 ms
203,264 KB
testcase_25 AC 276 ms
27,648 KB
testcase_26 AC 2,137 ms
175,744 KB
testcase_27 AC 621 ms
55,424 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

@_=([1,0,0],[0,1,0],[1,1,1]);
//,push@_,[map+($_[$'-$_][$_-2]+$_[$'-$_][$_-3])%($m=1e9+7),1..3]for 3..($N=<>-1);
print eval(join'+',@{$_[$N]})%$m
0