<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chiwawa_star</author_name>
  <author_url>https://blog.hatena.ne.jp/chiwawa_star/</author_url>
  <blog_title>C++競プロ学習日記(仮)</blog_title>
  <blog_url>https://chiwawa-star.hatenablog.com/</blog_url>
  <categories>
    <anon>コード</anon>
    <anon>競プロ</anon>
  </categories>
  <description>今週は文字列強化週間で、文字列の問題をTLで捕捉したので解いてみた。/*----------問題文引用----------*/AとBで作られた文字列Sが与えられる。Sの長さは100以下である。 S中のBは好きなアルファベットに変えることができる。 Sに含まれる文字列ABCDの個数は最大でいくつになるか？入力例1 ABBABBBBAABBB 出力例1 2入力例2 BBBB 出力例2 1/*--------------------------------*/ #include &lt;bits/stdc++.h&gt; using namespace std; int main(){ string s; in…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchiwawa-star.hatenablog.com%2Fentry%2F2016%2F03%2F06%2F030128&quot; title=&quot;文字列カウント - C++競プロ学習日記(仮)&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-03-06 03:01:28</published>
  <title>文字列カウント</title>
  <type>rich</type>
  <url>https://chiwawa-star.hatenablog.com/entry/2016/03/06/030128</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
