<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moistx</author_name>
  <author_url>https://blog.hatena.ne.jp/moistx/</author_url>
  <blog_title>Logfiles</blog_title>
  <blog_url>https://logfiles.hatenablog.com/</blog_url>
  <categories>
    <anon>TopCoder</anon>
  </categories>
  <description>問題概要 与えられた文字列から同種の文字を全てを削除することを任意回数繰り返す。残った文字列から &quot;CAT&quot; を作れるなら &quot;Possible&quot; 作れないなら &quot;Impossible&quot; を出力せよ。解法 与えらた文字列Sの中の文字を初めから見ていき、'C', 'A', 'T' のときだけ新しい文字列Tに追加する。 T == &quot;CAT&quot; が成り立つなら &quot;Possible&quot;, 成り立たないなら &quot;Impossible&quot; を出力すれば良い。反省 初めは隣り合う文字列を一つにまとめるように vector に入れて unique していたが、その部分のコードが丸々無意味な操作だった。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flogfiles.hatenablog.com%2Fentry%2F20140324%2F1395635221&quot; title=&quot;SRM 613 Div2Easy TaroString - Logfiles&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>2014-03-24 13:27:01</published>
  <title>SRM 613 Div2Easy TaroString</title>
  <type>rich</type>
  <url>https://logfiles.hatenablog.com/entry/20140324/1395635221</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
