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