結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
4,740 KB
testcase_01 AC 3 ms
4,584 KB
testcase_02 AC 3 ms
4,624 KB
testcase_03 AC 3 ms
4,588 KB
testcase_04 AC 2 ms
4,684 KB
testcase_05 AC 3 ms
4,476 KB
testcase_06 AC 3 ms
4,664 KB
testcase_07 AC 3 ms
4,584 KB
testcase_08 AC 3 ms
4,532 KB
testcase_09 AC 3 ms
4,716 KB
testcase_10 AC 3 ms
4,716 KB
testcase_11 AC 3 ms
4,440 KB
testcase_12 AC 3 ms
4,672 KB
testcase_13 AC 3 ms
4,660 KB
testcase_14 AC 113 ms
16,748 KB
testcase_15 AC 162 ms
21,824 KB
testcase_16 AC 65 ms
11,428 KB
testcase_17 AC 3 ms
4,612 KB
testcase_18 AC 80 ms
12,888 KB
testcase_19 AC 104 ms
15,628 KB
testcase_20 AC 159 ms
21,500 KB
testcase_21 AC 94 ms
14,240 KB
testcase_22 AC 28 ms
7,352 KB
testcase_23 AC 135 ms
18,712 KB
testcase_24 AC 36 ms
8,096 KB
testcase_25 AC 89 ms
13,888 KB
testcase_26 AC 152 ms
20,664 KB
testcase_27 AC 115 ms
16,780 KB
testcase_28 AC 113 ms
16,364 KB
testcase_29 AC 164 ms
21,604 KB
testcase_30 AC 5 ms
4,908 KB
testcase_31 AC 4 ms
4,564 KB
testcase_32 AC 83 ms
13,348 KB
testcase_33 AC 80 ms
13,000 KB
testcase_34 AC 58 ms
10,452 KB
testcase_35 AC 124 ms
17,564 KB
testcase_36 AC 7 ms
5,176 KB
testcase_37 AC 98 ms
14,936 KB
testcase_38 AC 80 ms
12,884 KB
testcase_39 AC 24 ms
6,816 KB
testcase_40 AC 151 ms
20,520 KB
testcase_41 AC 40 ms
8,556 KB
testcase_42 AC 130 ms
18,328 KB
testcase_43 AC 64 ms
11,264 KB
testcase_44 AC 118 ms
17,156 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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