結果

問題 No.418 ミンミンゼミ
コンテスト
ユーザー 💕💖💞
提出日時 2016-09-09 23:28:29
言語 PyPy2
(7.3.20)
コンパイル:
pypy2 -m py_compile _filename_
実行:
/usr/bin/pypy2 Main.pyc
結果
AC  
実行時間 55 ms / 1,000 ms
+ 652µs
コード長 169 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 58 ms
コンパイル使用メモリ 80,892 KB
実行使用メモリ 81,392 KB
最終ジャッジ日時 2026-07-18 08:10:31
合計ジャッジ時間 2,965 ms
ジャッジサーバーID
(参考情報)
judge2_0 / judge1_1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1
other AC * 25
権限があれば一括ダウンロードができます

ソースコード

diff #
raw source code

import sys
import os

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

line = line.replace("min", "mi@n")
mins = re.findall("mi.*?n", line)

print len(mins)
0