結果

問題 No.630 門松グラフ
ユーザー %20%20
提出日時 2018-01-06 01:34:41
言語 Perl
(5.38.2)
結果
AC  
実行時間 151 ms / 1,500 ms
コード長 102 bytes
コンパイル時間 88 ms
コンパイル使用メモリ 5,312 KB
実行使用メモリ 22,816 KB
最終ジャッジ日時 2023-08-24 21:22:36
合計ジャッジ時間 4,476 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
4,484 KB
testcase_01 AC 2 ms
4,640 KB
testcase_02 AC 3 ms
4,604 KB
testcase_03 AC 3 ms
4,772 KB
testcase_04 AC 2 ms
4,708 KB
testcase_05 AC 3 ms
4,712 KB
testcase_06 AC 2 ms
4,612 KB
testcase_07 AC 2 ms
4,684 KB
testcase_08 AC 2 ms
4,708 KB
testcase_09 AC 3 ms
4,688 KB
testcase_10 AC 3 ms
4,508 KB
testcase_11 AC 2 ms
4,556 KB
testcase_12 AC 2 ms
4,712 KB
testcase_13 AC 2 ms
4,628 KB
testcase_14 AC 3 ms
4,712 KB
testcase_15 AC 2 ms
4,488 KB
testcase_16 AC 3 ms
4,748 KB
testcase_17 AC 2 ms
4,512 KB
testcase_18 AC 2 ms
4,488 KB
testcase_19 AC 3 ms
4,580 KB
testcase_20 AC 151 ms
22,816 KB
testcase_21 AC 151 ms
22,692 KB
testcase_22 AC 150 ms
22,812 KB
testcase_23 AC 103 ms
18,672 KB
testcase_24 AC 112 ms
18,912 KB
testcase_25 AC 110 ms
18,776 KB
testcase_26 AC 111 ms
18,876 KB
testcase_27 AC 111 ms
18,956 KB
testcase_28 AC 146 ms
21,964 KB
testcase_29 AC 129 ms
20,120 KB
testcase_30 AC 133 ms
20,876 KB
testcase_31 AC 117 ms
18,928 KB
testcase_32 AC 69 ms
12,764 KB
testcase_33 AC 57 ms
11,676 KB
testcase_34 AC 98 ms
16,016 KB
testcase_35 AC 68 ms
12,812 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Possible precedence problem on bitwise | operator at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

print$`-<>=~($,=$")>$'|$'>($a=$`>>1)*($b=$`-$a)?NO:YES,1..$`,map{$_%$a+1,$a+1+($_%$a+$_/$a)%$b}0..$'-1
0