結果
問題 | No.341 沈黙の期間 |
ユーザー |
|
提出日時 | 2018-02-08 12:57:20 |
言語 | Scheme (Gauche-0.9.15) |
結果 |
AC
|
実行時間 | 23 ms / 5,000 ms |
コード長 | 145 bytes |
コンパイル時間 | 45 ms |
コンパイル使用メモリ | 6,816 KB |
実行使用メモリ | 16,128 KB |
最終ジャッジ日時 | 2024-09-22 04:38:46 |
合計ジャッジ時間 | 1,039 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 11 |
ソースコード
(define (main args)(let ([s (read-line)])(apply max (map string-length (string-split s (^x (not (char=? x #\…))))))))0)