<?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>AOJ</anon>
    <anon>競プロ</anon>
    <anon>文字列</anon>
  </categories>
  <description>単語の出現頻度 | Aizu Online Judge を解きました。 題意： ・英文が与えられるので､｢出現頻度が最も高い単語｣と､｢文字数が最も多い単語｣を出力する。 ・与えられる英文は半角英文字で、半角スペースを含む。 ・文章の文字数は1000文字以下 ・一つの単語の文字数は32文字以下 ・｢出現頻度が最も高い単語｣｢最長の文字数を持つ単語｣はそれぞれ文中に一つだけしか存在しない事が保証されている。 考察： ＜出現頻度が最も高い単語＞ 出現頻度が最も高い = 重複数が最も多い と言えるので、各単語の重複数のMAX値をとる。 ➡︎ 指定された値と等値な要素の数を数える事ができる std::…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchiwawa-star.hatenablog.com%2Fentry%2F2017%2F07%2F08%2F061021&quot; title=&quot;English Sentence｜AOJ｜ Volume0-0029 - 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>http://chart.apis.google.com/chart?cht=tx&amp;chl=%CE%98%28%20%7CS%7C%20%29</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-07-08 06:10:21</published>
  <title>English Sentence｜AOJ｜ Volume0-0029</title>
  <type>rich</type>
  <url>https://chiwawa-star.hatenablog.com/entry/2017/07/08/061021</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
