結果

問題 No.1313 N言っちゃダメゲーム (4)
ユーザー %20%20
提出日時 2020-12-10 01:25:16
言語 Perl
(5.38.2)
結果
AC  
実行時間 145 ms / 2,000 ms
コード長 92 bytes
コンパイル時間 118 ms
コンパイル使用メモリ 5,888 KB
実行使用メモリ 26,496 KB
最終ジャッジ日時 2024-09-19 07:49:28
合計ジャッジ時間 3,843 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
5,888 KB
testcase_01 AC 6 ms
5,888 KB
testcase_02 AC 7 ms
5,888 KB
testcase_03 AC 7 ms
5,888 KB
testcase_04 AC 7 ms
5,888 KB
testcase_05 AC 7 ms
6,016 KB
testcase_06 AC 7 ms
6,016 KB
testcase_07 AC 7 ms
6,016 KB
testcase_08 AC 7 ms
5,888 KB
testcase_09 AC 7 ms
5,888 KB
testcase_10 AC 7 ms
6,016 KB
testcase_11 AC 6 ms
5,888 KB
testcase_12 AC 7 ms
5,888 KB
testcase_13 AC 145 ms
26,496 KB
testcase_14 AC 143 ms
26,496 KB
testcase_15 AC 145 ms
26,496 KB
testcase_16 AC 117 ms
19,456 KB
testcase_17 AC 95 ms
12,416 KB
testcase_18 AC 79 ms
17,408 KB
testcase_19 AC 71 ms
15,232 KB
testcase_20 AC 16 ms
7,424 KB
testcase_21 AC 45 ms
9,216 KB
testcase_22 AC 41 ms
11,648 KB
testcase_23 AC 69 ms
13,568 KB
testcase_24 AC 17 ms
7,296 KB
testcase_25 AC 87 ms
17,920 KB
testcase_26 AC 9 ms
6,144 KB
testcase_27 AC 44 ms
8,704 KB
testcase_28 AC 109 ms
14,080 KB
testcase_29 AC 107 ms
14,336 KB
testcase_30 AC 120 ms
19,840 KB
testcase_31 AC 106 ms
14,592 KB
testcase_32 AC 130 ms
21,248 KB
testcase_33 AC 113 ms
14,080 KB
testcase_34 AC 107 ms
12,928 KB
testcase_35 AC 143 ms
24,704 KB
testcase_36 AC 117 ms
16,256 KB
testcase_37 AC 117 ms
16,896 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