結果
問題 | No.341 沈黙の期間 |
ユーザー | 小指が強い人 |
提出日時 | 2016-02-12 22:27:17 |
言語 | Ruby (3.4.1) |
結果 |
AC
|
実行時間 | 94 ms / 5,000 ms |
コード長 | 163 bytes |
コンパイル時間 | 63 ms |
コンパイル使用メモリ | 7,552 KB |
実行使用メモリ | 12,416 KB |
最終ジャッジ日時 | 2024-09-22 04:41:24 |
合計ジャッジ時間 | 1,978 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 11 |
コンパイルメッセージ
Syntax OK
ソースコード
s=gets.strip res=0 c=0 s.length.times do|i| if s[i].ord==8230 c +=1 else res=c if c > res c=0 end end res=c if c > res puts res