結果

問題 No.321 (P,Q)-サンタと街の子供たち
ユーザー tailstails
提出日時 2015-12-15 11:44:58
言語 Perl
(5.38.2)
結果
AC  
実行時間 141 ms / 2,000 ms
コード長 118 bytes
コンパイル時間 80 ms
コンパイル使用メモリ 6,812 KB
実行使用メモリ 22,656 KB
最終ジャッジ日時 2024-07-06 22:04:14
合計ジャッジ時間 4,024 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
6,812 KB
testcase_01 AC 3 ms
6,944 KB
testcase_02 AC 3 ms
6,940 KB
testcase_03 AC 3 ms
6,944 KB
testcase_04 AC 3 ms
6,940 KB
testcase_05 AC 2 ms
6,940 KB
testcase_06 AC 3 ms
6,940 KB
testcase_07 AC 2 ms
6,940 KB
testcase_08 AC 3 ms
6,944 KB
testcase_09 AC 3 ms
6,944 KB
testcase_10 AC 3 ms
6,944 KB
testcase_11 AC 2 ms
6,940 KB
testcase_12 AC 2 ms
6,940 KB
testcase_13 AC 2 ms
6,944 KB
testcase_14 AC 97 ms
17,792 KB
testcase_15 AC 138 ms
22,656 KB
testcase_16 AC 55 ms
12,288 KB
testcase_17 AC 3 ms
6,940 KB
testcase_18 AC 66 ms
13,696 KB
testcase_19 AC 88 ms
16,384 KB
testcase_20 AC 136 ms
22,400 KB
testcase_21 AC 80 ms
15,360 KB
testcase_22 AC 24 ms
8,192 KB
testcase_23 AC 115 ms
19,712 KB
testcase_24 AC 31 ms
9,088 KB
testcase_25 AC 77 ms
14,976 KB
testcase_26 AC 129 ms
21,760 KB
testcase_27 AC 97 ms
17,664 KB
testcase_28 AC 95 ms
17,280 KB
testcase_29 AC 141 ms
22,656 KB
testcase_30 AC 5 ms
6,944 KB
testcase_31 AC 4 ms
6,940 KB
testcase_32 AC 71 ms
14,208 KB
testcase_33 AC 67 ms
13,824 KB
testcase_34 AC 49 ms
11,520 KB
testcase_35 AC 106 ms
18,560 KB
testcase_36 AC 7 ms
6,940 KB
testcase_37 AC 85 ms
15,744 KB
testcase_38 AC 67 ms
13,696 KB
testcase_39 AC 21 ms
7,936 KB
testcase_40 AC 129 ms
21,376 KB
testcase_41 AC 35 ms
9,472 KB
testcase_42 AC 109 ms
19,328 KB
testcase_43 AC 53 ms
12,160 KB
testcase_44 AC 105 ms
18,048 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