結果
問題 | No.341 沈黙の期間 |
ユーザー |
|
提出日時 | 2016-10-24 15:44:40 |
言語 | Python2 (2.7.18) |
結果 |
AC
|
実行時間 | 12 ms / 5,000 ms |
コード長 | 103 bytes |
コンパイル時間 | 81 ms |
コンパイル使用メモリ | 6,912 KB |
実行使用メモリ | 6,400 KB |
最終ジャッジ日時 | 2024-11-24 02:44:01 |
合計ジャッジ時間 | 969 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 11 |
ソースコード
# -*- coding: utf-8 -*- import re print max(map(len, re.findall(u'…*', raw_input().decode("utf-8"))))