結果
| 問題 |
No.341 沈黙の期間
|
| コンテスト | |
| ユーザー |
tails
|
| 提出日時 | 2016-02-12 22:36:00 |
| 言語 | Perl (5.40.0) |
| 結果 |
AC
|
| 実行時間 | 11 ms / 5,000 ms |
| コード長 | 134 bytes |
| コンパイル時間 | 320 ms |
| コンパイル使用メモリ | 6,692 KB |
| 実行使用メモリ | 6,944 KB |
| 最終ジャッジ日時 | 2024-09-22 04:43:48 |
| 合計ジャッジ時間 | 675 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 11 |
コンパイルメッセージ
Main.pl syntax OK
ソースコード
use utf8;
utf8::decode($_=join'',<>);
for$d(reverse 0..100){
# exit!print$d if $_=~/…{$d}/
exit!print$d if index($_,'…'x$d)>=0;
}
tails