結果

問題 No.752 mod数列
ユーザー kotatsugamekotatsugame
提出日時 2018-11-16 23:09:14
言語 Perl
(5.38.2)
結果
AC  
実行時間 438 ms / 2,000 ms
コード長 142 bytes
コンパイル時間 166 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 85,684 KB
最終ジャッジ日時 2024-06-06 20:26:24
合計ジャッジ時間 8,402 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
7,168 KB
testcase_01 AC 6 ms
7,168 KB
testcase_02 AC 5 ms
6,656 KB
testcase_03 AC 4 ms
6,016 KB
testcase_04 AC 3 ms
5,632 KB
testcase_05 AC 6 ms
7,296 KB
testcase_06 AC 5 ms
6,528 KB
testcase_07 AC 6 ms
7,168 KB
testcase_08 AC 6 ms
7,296 KB
testcase_09 AC 6 ms
7,040 KB
testcase_10 AC 99 ms
51,840 KB
testcase_11 AC 46 ms
26,368 KB
testcase_12 AC 78 ms
43,648 KB
testcase_13 AC 63 ms
34,816 KB
testcase_14 AC 105 ms
52,480 KB
testcase_15 AC 139 ms
20,480 KB
testcase_16 AC 234 ms
36,736 KB
testcase_17 AC 398 ms
85,684 KB
testcase_18 AC 225 ms
26,496 KB
testcase_19 AC 272 ms
31,872 KB
testcase_20 AC 362 ms
49,024 KB
testcase_21 AC 366 ms
48,512 KB
testcase_22 AC 358 ms
47,104 KB
testcase_23 AC 383 ms
50,304 KB
testcase_24 AC 374 ms
47,488 KB
testcase_25 AC 221 ms
74,240 KB
testcase_26 AC 375 ms
84,736 KB
testcase_27 AC 273 ms
68,608 KB
testcase_28 AC 334 ms
57,728 KB
testcase_29 AC 340 ms
61,568 KB
testcase_30 AC 438 ms
82,560 KB
testcase_31 AC 3 ms
5,376 KB
testcase_32 AC 3 ms
5,376 KB
testcase_33 AC 75 ms
41,856 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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