結果

問題 No.320 眠れない夜に
ユーザー tailstails
提出日時 2015-12-13 00:40:04
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 104 bytes
コンパイル時間 335 ms
コンパイル使用メモリ 5,332 KB
実行使用メモリ 4,828 KB
最終ジャッジ日時 2023-10-13 14:05:54
合計ジャッジ時間 1,538 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 3 ms
4,724 KB
testcase_04 WA -
testcase_05 AC 3 ms
4,628 KB
testcase_06 AC 2 ms
4,680 KB
testcase_07 AC 2 ms
4,828 KB
testcase_08 AC 2 ms
4,696 KB
testcase_09 WA -
testcase_10 AC 3 ms
4,780 KB
testcase_11 AC 3 ms
4,608 KB
testcase_12 AC 2 ms
4,796 KB
testcase_13 AC 3 ms
4,604 KB
testcase_14 AC 2 ms
4,496 KB
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 AC 3 ms
4,516 KB
testcase_19 AC 2 ms
4,728 KB
testcase_20 AC 2 ms
4,600 KB
testcase_21 AC 3 ms
4,608 KB
testcase_22 AC 2 ms
4,696 KB
testcase_23 WA -
testcase_24 AC 2 ms
4,800 KB
testcase_25 WA -
testcase_26 WA -
testcase_27 WA -
testcase_28 WA -
testcase_29 WA -
testcase_30 WA -
testcase_31 AC 3 ms
4,572 KB
testcase_32 WA -
testcase_33 AC 2 ms
4,608 KB
testcase_34 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Reversed /= operator at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

$_=<>;$a=$b=/ /;
$b=($a+=$b)-$b for 3..$_;
$d=$a-$';
$d<$a||($d-=$a,++$c),$a-=($b=$a-$b)while$a;
print$c
0