結果
| 問題 | No.341 沈黙の期間 |
| コンテスト | |
| ユーザー |
ebicochineal
|
| 提出日時 | 2016-02-13 19:47:48 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
AC
|
| 実行時間 | 93 ms / 5,000 ms |
| コード長 | 89 bytes |
| 記録 | |
| コンパイル時間 | 319 ms |
| コンパイル使用メモリ | 20,700 KB |
| 実行使用メモリ | 15,360 KB |
| 最終ジャッジ日時 | 2026-04-10 12:13:58 |
| 合計ジャッジ時間 | 2,431 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 11 |
ソースコード
s=input()+' ';b='';c=m=0 for i in s: if i=='…':c+=1 else: if c>m:m=c c=0 print(m)
ebicochineal