結果

問題 No.752 mod数列
ユーザー %20%20
提出日時 2018-11-18 20:30:38
言語 Perl
(5.38.0)
結果
AC  
実行時間 601 ms / 2,000 ms
コード長 109 bytes
コンパイル時間 287 ms
コンパイル使用メモリ 5,296 KB
実行使用メモリ 90,544 KB
最終ジャッジ日時 2023-08-26 02:00:00
合計ジャッジ時間 11,089 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
6,588 KB
testcase_01 AC 6 ms
6,676 KB
testcase_02 AC 6 ms
6,072 KB
testcase_03 AC 4 ms
5,372 KB
testcase_04 AC 3 ms
5,116 KB
testcase_05 AC 7 ms
6,740 KB
testcase_06 AC 5 ms
5,808 KB
testcase_07 AC 7 ms
6,692 KB
testcase_08 AC 7 ms
6,740 KB
testcase_09 AC 6 ms
6,404 KB
testcase_10 AC 132 ms
54,800 KB
testcase_11 AC 59 ms
27,004 KB
testcase_12 AC 110 ms
46,556 KB
testcase_13 AC 88 ms
36,428 KB
testcase_14 AC 135 ms
55,320 KB
testcase_15 AC 137 ms
19,692 KB
testcase_16 AC 266 ms
36,760 KB
testcase_17 AC 601 ms
90,544 KB
testcase_18 AC 315 ms
25,996 KB
testcase_19 AC 378 ms
29,568 KB
testcase_20 AC 514 ms
44,712 KB
testcase_21 AC 507 ms
44,036 KB
testcase_22 AC 430 ms
42,496 KB
testcase_23 AC 459 ms
46,144 KB
testcase_24 AC 436 ms
43,148 KB
testcase_25 AC 294 ms
77,180 KB
testcase_26 AC 467 ms
89,788 KB
testcase_27 AC 359 ms
70,756 KB
testcase_28 AC 391 ms
60,024 KB
testcase_29 AC 409 ms
64,420 KB
testcase_30 AC 543 ms
81,572 KB
testcase_31 AC 2 ms
4,604 KB
testcase_32 AC 3 ms
4,656 KB
testcase_33 AC 109 ms
43,040 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