結果

問題 No.346 チワワ数え上げ問題
ユーザー angel_p_57angel_p_57
提出日時 2016-02-27 01:21:33
言語 Perl
(5.38.2)
結果
AC  
実行時間 185 ms / 2,000 ms
コード長 99 bytes
コンパイル時間 42 ms
コンパイル使用メモリ 5,456 KB
実行使用メモリ 5,716 KB
最終ジャッジ日時 2023-10-24 18:08:36
合計ジャッジ時間 1,378 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4 ms
5,528 KB
testcase_01 AC 3 ms
5,524 KB
testcase_02 AC 3 ms
5,524 KB
testcase_03 AC 4 ms
5,524 KB
testcase_04 AC 4 ms
5,524 KB
testcase_05 AC 3 ms
5,456 KB
testcase_06 AC 4 ms
5,524 KB
testcase_07 AC 3 ms
5,524 KB
testcase_08 AC 4 ms
5,524 KB
testcase_09 AC 3 ms
5,528 KB
testcase_10 AC 8 ms
5,652 KB
testcase_11 AC 6 ms
5,644 KB
testcase_12 AC 7 ms
5,656 KB
testcase_13 AC 6 ms
5,652 KB
testcase_14 AC 3 ms
5,532 KB
testcase_15 AC 7 ms
5,652 KB
testcase_16 AC 7 ms
5,648 KB
testcase_17 AC 7 ms
5,660 KB
testcase_18 AC 8 ms
5,656 KB
testcase_19 AC 7 ms
5,648 KB
testcase_20 AC 4 ms
5,556 KB
testcase_21 AC 180 ms
5,716 KB
testcase_22 AC 185 ms
5,716 KB
testcase_23 AC 3 ms
5,524 KB
testcase_24 AC 3 ms
5,524 KB
testcase_25 AC 4 ms
5,524 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$_=<>;y/cw//cd;$c+=$+[1],$s+=($f+$c*~-($w=$+[2]-$-[2])/2)*$w,$f+=$c*$w while s/(c*)(w+)//;print$s+0
0