結果
問題 | No.418 ミンミンゼミ |
ユーザー |
|
提出日時 | 2019-09-01 17:24:17 |
言語 | C++11 (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 2 ms / 1,000 ms |
コード長 | 147 bytes |
コンパイル時間 | 1,291 ms |
コンパイル使用メモリ | 158,504 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-11-28 16:50:49 |
合計ジャッジ時間 | 2,272 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 |
other | AC * 25 |
ソースコード
#include<bits/stdc++.h>using namespace std;int main(){string s;cin>>s;int ans=count(s.begin(),s.end(),'m');cout<<ans<<endl;}