結果

問題 No.418 ミンミンゼミ
ユーザー 💕💖💞
提出日時 2016-09-09 23:24:14
言語 Python2
(2.7.18)
結果
WA  
実行時間 -
コード長 188 bytes
コンパイル時間 1,184 ms
コンパイル使用メモリ 6,912 KB
実行使用メモリ 6,528 KB
最終ジャッジ日時 2024-11-16 18:39:54
合計ジャッジ時間 2,305 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1
other WA * 25
権限があれば一括ダウンロードができます

ソースコード

diff #

import sys
import os

import math
import copy
line = raw_input().strip()

for rep in ["mi--n", "min", "min", "min", "mi-------n"]:
  line = line.replace(rep, "!|!")

print line.count("|")
0