結果

問題 No.752 mod数列
ユーザー kimiyukikimiyuki
提出日時 2018-11-16 23:23:57
言語 Perl
(5.38.2)
結果
AC  
実行時間 571 ms / 2,000 ms
コード長 125 bytes
コンパイル時間 49 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 101,888 KB
最終ジャッジ日時 2024-06-06 20:31:40
合計ジャッジ時間 9,110 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
7,680 KB
testcase_01 AC 8 ms
7,808 KB
testcase_02 AC 6 ms
7,168 KB
testcase_03 AC 5 ms
6,272 KB
testcase_04 AC 4 ms
5,888 KB
testcase_05 AC 7 ms
7,680 KB
testcase_06 AC 5 ms
6,912 KB
testcase_07 AC 6 ms
7,936 KB
testcase_08 AC 7 ms
8,064 KB
testcase_09 AC 7 ms
7,680 KB
testcase_10 AC 148 ms
65,152 KB
testcase_11 AC 60 ms
32,256 KB
testcase_12 AC 102 ms
54,528 KB
testcase_13 AC 83 ms
43,264 KB
testcase_14 AC 142 ms
66,176 KB
testcase_15 AC 148 ms
20,480 KB
testcase_16 AC 292 ms
40,832 KB
testcase_17 AC 501 ms
101,888 KB
testcase_18 AC 270 ms
26,880 KB
testcase_19 AC 323 ms
32,640 KB
testcase_20 AC 463 ms
50,816 KB
testcase_21 AC 432 ms
49,920 KB
testcase_22 AC 426 ms
48,000 KB
testcase_23 AC 448 ms
52,224 KB
testcase_24 AC 458 ms
48,768 KB
testcase_25 AC 296 ms
90,752 KB
testcase_26 AC 474 ms
101,248 KB
testcase_27 AC 363 ms
82,432 KB
testcase_28 AC 410 ms
65,920 KB
testcase_29 AC 398 ms
71,424 KB
testcase_30 AC 571 ms
93,952 KB
testcase_31 AC 3 ms
5,376 KB
testcase_32 AC 4 ms
5,504 KB
testcase_33 AC 104 ms
52,224 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::M" used only once: possible typo at Main.pl line 3.
Main.pl syntax OK

ソースコード

diff #

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