結果
| 問題 |
No.341 沈黙の期間
|
| コンテスト | |
| ユーザー |
neko_the_shadow
|
| 提出日時 | 2017-01-24 01:03:14 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
WA
(最新)
AC
(最初)
|
| 実行時間 | - |
| コード長 | 118 bytes |
| コンパイル時間 | 314 ms |
| コンパイル使用メモリ | 12,672 KB |
| 実行使用メモリ | 10,624 KB |
| 最終ジャッジ日時 | 2024-12-23 10:02:32 |
| 合計ジャッジ時間 | 1,441 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | AC * 3 WA * 8 |
ソースコード
import re
if __name__ == '__main__':
s = input()
print(max(len(token) for token in re.split(r'[^…]*', s)))
neko_the_shadow