結果

問題 No.1313 N言っちゃダメゲーム (4)
ユーザー %20%20
提出日時 2020-12-10 01:25:16
言語 Perl
(5.38.2)
結果
AC  
実行時間 158 ms / 2,000 ms
コード長 92 bytes
コンパイル時間 361 ms
コンパイル使用メモリ 6,112 KB
実行使用メモリ 26,668 KB
最終ジャッジ日時 2023-10-19 11:42:47
合計ジャッジ時間 3,998 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
6,012 KB
testcase_01 AC 8 ms
6,016 KB
testcase_02 AC 7 ms
6,016 KB
testcase_03 AC 8 ms
6,016 KB
testcase_04 AC 7 ms
6,012 KB
testcase_05 AC 8 ms
6,016 KB
testcase_06 AC 7 ms
6,016 KB
testcase_07 AC 8 ms
6,012 KB
testcase_08 AC 8 ms
6,016 KB
testcase_09 AC 8 ms
6,012 KB
testcase_10 AC 7 ms
6,016 KB
testcase_11 AC 8 ms
6,016 KB
testcase_12 AC 7 ms
6,012 KB
testcase_13 AC 158 ms
26,664 KB
testcase_14 AC 156 ms
26,668 KB
testcase_15 AC 138 ms
26,664 KB
testcase_16 AC 121 ms
19,576 KB
testcase_17 AC 104 ms
12,484 KB
testcase_18 AC 87 ms
17,432 KB
testcase_19 AC 77 ms
15,288 KB
testcase_20 AC 18 ms
7,616 KB
testcase_21 AC 49 ms
9,340 KB
testcase_22 AC 45 ms
11,708 KB
testcase_23 AC 74 ms
13,708 KB
testcase_24 AC 19 ms
7,408 KB
testcase_25 AC 97 ms
17,984 KB
testcase_26 AC 9 ms
6,256 KB
testcase_27 AC 49 ms
8,680 KB
testcase_28 AC 116 ms
14,212 KB
testcase_29 AC 117 ms
14,492 KB
testcase_30 AC 134 ms
19,944 KB
testcase_31 AC 116 ms
14,668 KB
testcase_32 AC 137 ms
21,412 KB
testcase_33 AC 121 ms
14,208 KB
testcase_34 AC 118 ms
12,960 KB
testcase_35 AC 151 ms
24,736 KB
testcase_36 AC 127 ms
16,356 KB
testcase_37 AC 130 ms
17,008 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "x" may clash with future reserved word at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

($i,$K)=glob<>;$_=<>;chop;$%+=($_[$i]=chop!~x&!$%)-$_[$i+$K]while$i--;print grep$_[$_],0..$K
0