結果

問題 No.752 mod数列
ユーザー %20%20
提出日時 2018-11-18 20:30:38
言語 Perl
(5.38.2)
結果
AC  
実行時間 531 ms / 2,000 ms
コード長 109 bytes
コンパイル時間 203 ms
コンパイル使用メモリ 7,072 KB
実行使用メモリ 91,204 KB
最終ジャッジ日時 2024-06-06 20:55:37
合計ジャッジ時間 8,862 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
7,424 KB
testcase_01 AC 7 ms
7,296 KB
testcase_02 AC 6 ms
6,944 KB
testcase_03 AC 4 ms
6,940 KB
testcase_04 AC 3 ms
6,944 KB
testcase_05 AC 7 ms
7,296 KB
testcase_06 AC 6 ms
6,940 KB
testcase_07 AC 8 ms
7,424 KB
testcase_08 AC 8 ms
7,552 KB
testcase_09 AC 7 ms
7,168 KB
testcase_10 AC 131 ms
56,448 KB
testcase_11 AC 54 ms
28,288 KB
testcase_12 AC 90 ms
47,360 KB
testcase_13 AC 70 ms
37,632 KB
testcase_14 AC 117 ms
57,088 KB
testcase_15 AC 125 ms
20,352 KB
testcase_16 AC 238 ms
38,528 KB
testcase_17 AC 437 ms
91,204 KB
testcase_18 AC 241 ms
26,752 KB
testcase_19 AC 296 ms
32,256 KB
testcase_20 AC 402 ms
49,664 KB
testcase_21 AC 415 ms
49,024 KB
testcase_22 AC 390 ms
47,232 KB
testcase_23 AC 423 ms
51,072 KB
testcase_24 AC 434 ms
48,000 KB
testcase_25 AC 259 ms
80,128 KB
testcase_26 AC 409 ms
90,496 KB
testcase_27 AC 318 ms
73,472 KB
testcase_28 AC 446 ms
60,544 KB
testcase_29 AC 362 ms
65,024 KB
testcase_30 AC 531 ms
86,400 KB
testcase_31 AC 3 ms
6,944 KB
testcase_32 AC 3 ms
6,940 KB
testcase_33 AC 89 ms
45,568 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::M" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

sub F{$M{$n}//=($%%$n+$%%(($==$%/($%/$n+1|0))+1))*($n-$=)/2+F($=)if$n=pop}$%=<>;print-F($`-/ /)+F($'),$/for<>
0