結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,376 KB
testcase_01 AC 3 ms
5,376 KB
testcase_02 AC 2 ms
5,504 KB
testcase_03 AC 2 ms
5,376 KB
testcase_04 AC 3 ms
5,376 KB
testcase_05 AC 3 ms
5,376 KB
testcase_06 AC 3 ms
5,376 KB
testcase_07 AC 2 ms
5,376 KB
testcase_08 AC 3 ms
5,376 KB
testcase_09 AC 3 ms
5,376 KB
testcase_10 AC 3 ms
5,504 KB
testcase_11 AC 3 ms
5,376 KB
testcase_12 AC 3 ms
5,376 KB
testcase_13 AC 3 ms
5,376 KB
testcase_14 AC 99 ms
17,664 KB
testcase_15 AC 136 ms
22,528 KB
testcase_16 AC 54 ms
12,160 KB
testcase_17 AC 3 ms
5,504 KB
testcase_18 AC 66 ms
13,440 KB
testcase_19 AC 89 ms
16,384 KB
testcase_20 AC 134 ms
22,400 KB
testcase_21 AC 79 ms
15,104 KB
testcase_22 AC 25 ms
8,192 KB
testcase_23 AC 112 ms
19,584 KB
testcase_24 AC 30 ms
9,088 KB
testcase_25 AC 75 ms
14,848 KB
testcase_26 AC 129 ms
21,632 KB
testcase_27 AC 95 ms
17,536 KB
testcase_28 AC 92 ms
17,280 KB
testcase_29 AC 136 ms
22,656 KB
testcase_30 AC 6 ms
5,760 KB
testcase_31 AC 4 ms
5,504 KB
testcase_32 AC 70 ms
14,080 KB
testcase_33 AC 68 ms
13,824 KB
testcase_34 AC 51 ms
11,392 KB
testcase_35 AC 104 ms
18,432 KB
testcase_36 AC 7 ms
5,760 KB
testcase_37 AC 85 ms
15,616 KB
testcase_38 AC 66 ms
13,696 KB
testcase_39 AC 22 ms
7,936 KB
testcase_40 AC 130 ms
21,376 KB
testcase_41 AC 34 ms
9,472 KB
testcase_42 AC 110 ms
19,200 KB
testcase_43 AC 53 ms
12,032 KB
testcase_44 AC 98 ms
17,920 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