結果

問題 No.321 (P,Q)-サンタと街の子供たち
ユーザー tailstails
提出日時 2015-12-15 11:53:23
言語 Perl
(5.38.2)
結果
AC  
実行時間 164 ms / 2,000 ms
コード長 117 bytes
コンパイル時間 226 ms
コンパイル使用メモリ 5,216 KB
実行使用メモリ 21,736 KB
最終ジャッジ日時 2023-09-21 03:25:36
合計ジャッジ時間 4,745 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,496 KB
testcase_01 AC 2 ms
4,648 KB
testcase_02 AC 3 ms
4,668 KB
testcase_03 AC 2 ms
4,612 KB
testcase_04 AC 3 ms
4,756 KB
testcase_05 AC 2 ms
4,480 KB
testcase_06 AC 3 ms
4,480 KB
testcase_07 AC 3 ms
4,664 KB
testcase_08 AC 3 ms
4,464 KB
testcase_09 AC 2 ms
4,680 KB
testcase_10 AC 3 ms
4,612 KB
testcase_11 AC 3 ms
4,560 KB
testcase_12 AC 3 ms
4,488 KB
testcase_13 AC 3 ms
4,608 KB
testcase_14 AC 113 ms
16,616 KB
testcase_15 AC 164 ms
21,724 KB
testcase_16 AC 64 ms
11,252 KB
testcase_17 AC 3 ms
4,592 KB
testcase_18 AC 78 ms
12,672 KB
testcase_19 AC 104 ms
15,652 KB
testcase_20 AC 157 ms
21,400 KB
testcase_21 AC 92 ms
14,416 KB
testcase_22 AC 28 ms
7,536 KB
testcase_23 AC 133 ms
18,836 KB
testcase_24 AC 35 ms
8,028 KB
testcase_25 AC 88 ms
14,024 KB
testcase_26 AC 151 ms
20,908 KB
testcase_27 AC 113 ms
16,632 KB
testcase_28 AC 111 ms
16,384 KB
testcase_29 AC 161 ms
21,736 KB
testcase_30 AC 6 ms
5,024 KB
testcase_31 AC 4 ms
4,604 KB
testcase_32 AC 82 ms
13,136 KB
testcase_33 AC 79 ms
13,040 KB
testcase_34 AC 59 ms
10,612 KB
testcase_35 AC 122 ms
17,760 KB
testcase_36 AC 7 ms
4,900 KB
testcase_37 AC 98 ms
14,796 KB
testcase_38 AC 78 ms
12,988 KB
testcase_39 AC 24 ms
6,836 KB
testcase_40 AC 149 ms
20,612 KB
testcase_41 AC 40 ms
8,564 KB
testcase_42 AC 129 ms
18,436 KB
testcase_43 AC 64 ms
11,352 KB
testcase_44 AC 117 ms
17,000 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($a,$b)=($p,$q)=<>=~/\d+/g;($a,$b)=($b,$a%$b)while$b;$\+=/ />(1&($_+$')/($a||=~0)&$p/$a&$q/$a|$_%$a|$'%$a)for<>;print
0