結果
問題 | No.418 ミンミンゼミ |
ユーザー |
![]() |
提出日時 | 2024-10-27 20:17:59 |
言語 | Go (1.23.4) |
結果 |
AC
|
実行時間 | 2 ms / 1,000 ms |
コード長 | 112 bytes |
コンパイル時間 | 11,312 ms |
コンパイル使用メモリ | 242,084 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-10-27 20:18:12 |
合計ジャッジ時間 | 12,687 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 |
other | AC * 25 |
ソースコード
package mainimport . "fmt"import . "strings"func main() {var s stringScan(&s)Println(Count(s,"mi"))}