結果

問題 No.320 眠れない夜に
ユーザー tailstails
提出日時 2015-12-13 00:48:00
言語 Perl
(5.40.0)
結果
AC  
実行時間 4 ms / 2,000 ms
コード長 114 bytes
コンパイル時間 131 ms
コンパイル使用メモリ 5,120 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-09-15 10:56:18
合計ジャッジ時間 1,257 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 4
other AC * 31
権限があれば一括ダウンロードができます
コンパイルメッセージ
Reversed /= operator at Main.pl line 1.
Possible precedence problem on bitwise | operator at Main.pl line 4.
Name "main::i" used only once: possible typo at Main.pl line 4.
Main.pl syntax OK

ソースコード

diff #

$_=<>;$a=$b=/ /;
$b=($a+=$b)-$b for 3..$_;
$d=$a-$';
++$i<2|$d<$a||($d-=$a,++$-)while$a-=($b=$a-$b);
print$d?-1:$-
0