結果

問題 No.1681 +-*
ユーザー tailstails
提出日時 2021-09-17 22:10:47
言語 Perl
(5.38.2)
結果
AC  
実行時間 818 ms / 2,000 ms
コード長 126 bytes
コンパイル時間 357 ms
コンパイル使用メモリ 6,940 KB
実行使用メモリ 56,832 KB
最終ジャッジ日時 2024-06-29 20:45:50
合計ジャッジ時間 8,880 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
6,016 KB
testcase_01 AC 7 ms
6,144 KB
testcase_02 AC 10 ms
6,272 KB
testcase_03 AC 9 ms
6,272 KB
testcase_04 AC 9 ms
6,144 KB
testcase_05 AC 373 ms
55,680 KB
testcase_06 AC 358 ms
55,680 KB
testcase_07 AC 361 ms
55,680 KB
testcase_08 AC 576 ms
56,832 KB
testcase_09 AC 588 ms
56,832 KB
testcase_10 AC 604 ms
56,704 KB
testcase_11 AC 621 ms
56,832 KB
testcase_12 AC 629 ms
56,832 KB
testcase_13 AC 328 ms
31,232 KB
testcase_14 AC 654 ms
56,832 KB
testcase_15 AC 7 ms
6,016 KB
testcase_16 AC 7 ms
6,016 KB
testcase_17 AC 818 ms
56,832 KB
testcase_18 AC 652 ms
56,832 KB
testcase_19 AC 667 ms
56,832 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::n" used only once: possible typo at Main.pl line 2.
Main.pl syntax OK

ソースコード

diff #

sub MD(){1000000007}
$n=<>;
$m=1;
@a=map$m=$m*$_%MD,glob<>;
$s=pop@a;
$b=2;
$s+=$_*$b%MD,$b=$b*3%MD for reverse@a;
print$s%MD;
0