結果
| 問題 |
No.402 最も海から遠い場所
|
| コンテスト | |
| ユーザー |
tails
|
| 提出日時 | 2016-07-23 00:32:32 |
| 言語 | Perl (5.40.0) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 126 bytes |
| コンパイル時間 | 410 ms |
| コンパイル使用メモリ | 6,820 KB |
| 実行使用メモリ | 47,784 KB |
| 最終ジャッジ日時 | 2024-11-06 12:26:24 |
| 合計ジャッジ時間 | 6,975 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 17 TLE * 1 -- * 1 |
コンパイルメッセージ
Name "main::h" used only once: possible typo at Main.pl line 1. Main.pl syntax OK
ソースコード
($h,$w,$/)=glob<>;$_=<>;
while(/#/){
++$n;
$s=$_;
for$i(1,2,$w+1,$w+2,$w+3,$w*2+2,$w*2+3,$w*2+4){$_&=substr$s,$i}
}
print$n
tails