結果
| 問題 | No.341 沈黙の期間 |
| コンテスト | |
| ユーザー |
👑 tails
|
| 提出日時 | 2016-02-12 22:36:27 |
| 言語 | Perl (5.42.1) |
| 結果 |
AC
|
| 実行時間 | 5 ms / 5,000 ms |
| コード長 | 134 bytes |
| 記録 | |
| コンパイル時間 | 37 ms |
| コンパイル使用メモリ | 6,400 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-04-10 10:10:53 |
| 合計ジャッジ時間 | 844 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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