結果

問題 No.204 ゴールデン・ウィーク(2)
ユーザー tailstails
提出日時 2015-05-08 22:39:51
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 147 bytes
コンパイル時間 258 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-04-21 13:01:25
合計ジャッジ時間 1,931 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,248 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 4 ms
5,376 KB
testcase_04 AC 4 ms
5,376 KB
testcase_05 AC 4 ms
5,376 KB
testcase_06 AC 4 ms
5,376 KB
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 WA -
testcase_12 AC 4 ms
5,376 KB
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 WA -
testcase_24 WA -
testcase_25 AC 4 ms
5,376 KB
testcase_26 AC 4 ms
5,376 KB
testcase_27 AC 4 ms
5,376 KB
testcase_28 WA -
testcase_29 AC 4 ms
5,376 KB
testcase_30 AC 4 ms
5,376 KB
testcase_31 AC 4 ms
5,376 KB
testcase_32 WA -
testcase_33 WA -
testcase_34 AC 4 ms
5,376 KB
testcase_35 AC 4 ms
5,376 KB
testcase_36 AC 4 ms
5,376 KB
testcase_37 AC 3 ms
5,376 KB
testcase_38 AC 4 ms
5,376 KB
testcase_39 WA -
testcase_40 AC 4 ms
5,376 KB
testcase_41 AC 4 ms
5,376 KB
testcase_42 WA -
testcase_43 AC 4 ms
5,376 KB
testcase_44 AC 4 ms
5,376 KB
testcase_45 AC 4 ms
5,376 KB
testcase_46 AC 4 ms
5,376 KB
testcase_47 WA -
testcase_48 AC 4 ms
5,376 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "o" may clash with future reserved word at Main.pl line 3.
Main.pl syntax OK

ソースコード

diff #

$n=<>+0;$a=<>.<>;$r=0;
for$j(0..13){
	$_=$a;s/\n//;pos=$j;s/\Gx{0,$n}/o x length$&/e;
	$x=0;$i=0;
	/o/?$r+=$-=++$x-$r:($x=0),$i++for/./g;
}
print$r
0