結果
問題 |
No.436 ccw
|
ユーザー |
![]() |
提出日時 | 2017-04-07 16:16:33 |
言語 | Scheme (Gauche-0.9.15) |
結果 |
AC
|
実行時間 | 26 ms / 2,000 ms |
コード長 | 115 bytes |
コンパイル時間 | 130 ms |
コンパイル使用メモリ | 5,120 KB |
実行使用メモリ | 17,024 KB |
最終ジャッジ日時 | 2024-07-16 00:34:05 |
合計ジャッジ時間 | 1,841 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 24 |
ソースコード
(use gauche.collection) (define s (read-line)) (print (+ (find-min (map string-length (string-split s "ccw"))) 1))