結果

問題 No.346 チワワ数え上げ問題
ユーザー angel_p_57angel_p_57
提出日時 2016-02-26 23:19:07
言語 Perl
(5.38.2)
結果
TLE  
実行時間 -
コード長 59 bytes
コンパイル時間 100 ms
コンパイル使用メモリ 6,812 KB
実行使用メモリ 17,184 KB
最終ジャッジ日時 2024-09-22 23:29:18
合計ジャッジ時間 11,217 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
13,752 KB
testcase_01 AC 3 ms
6,944 KB
testcase_02 AC 3 ms
6,944 KB
testcase_03 AC 3 ms
6,944 KB
testcase_04 AC 3 ms
6,944 KB
testcase_05 AC 3 ms
6,944 KB
testcase_06 AC 3 ms
6,940 KB
testcase_07 AC 3 ms
6,944 KB
testcase_08 AC 3 ms
6,944 KB
testcase_09 AC 3 ms
6,944 KB
testcase_10 AC 1,127 ms
6,940 KB
testcase_11 AC 401 ms
6,944 KB
testcase_12 AC 686 ms
6,940 KB
testcase_13 AC 300 ms
6,940 KB
testcase_14 AC 5 ms
6,940 KB
testcase_15 AC 615 ms
6,940 KB
testcase_16 AC 806 ms
6,940 KB
testcase_17 AC 1,132 ms
6,944 KB
testcase_18 AC 1,095 ms
6,944 KB
testcase_19 AC 849 ms
6,940 KB
testcase_20 AC 319 ms
6,940 KB
testcase_21 TLE -
testcase_22 -- -
testcase_23 -- -
testcase_24 -- -
testcase_25 -- -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$_=<>;$s+=($w=map/w/g,$_)*~-$w/2while s/.*?c//;print$s+0,$/
0