結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 3 ms
5,572 KB
testcase_02 AC 3 ms
5,572 KB
testcase_03 AC 3 ms
5,572 KB
testcase_04 WA -
testcase_05 AC 3 ms
5,504 KB
testcase_06 AC 4 ms
5,572 KB
testcase_07 WA -
testcase_08 AC 4 ms
5,572 KB
testcase_09 AC 4 ms
5,576 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 AC 7 ms
5,696 KB
testcase_17 AC 8 ms
5,708 KB
testcase_18 WA -
testcase_19 AC 7 ms
5,696 KB
testcase_20 AC 4 ms
5,604 KB
testcase_21 WA -
testcase_22 AC 177 ms
5,764 KB
testcase_23 AC 3 ms
5,572 KB
testcase_24 AC 3 ms
5,504 KB
testcase_25 AC 3 ms
5,572 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