<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a_kawashiro</author_name>
  <author_url>https://blog.hatena.ne.jp/a_kawashiro/</author_url>
  <blog_title>a_kawashiroのブログ</blog_title>
  <blog_url>https://a-kawashiro.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>解説を聞いてから自分のやっていたことがRunLength圧縮と同じであると気づいた。 #include &lt;stdio.h&gt; #include &lt;vector&gt; using namespace std; char in[10000000+10]; int main(){ scanf(&quot;%s&quot;,in); vector&lt;int&gt; ch,sq; int c=in[0],s=1; for(int i=1;in[i]!=0&amp;&amp;in[i]!='\n';i++){ if(c!=in[i]){ ch.push_back(c); sq.push_back(s); c=in[i]; s=1; }else{ s++;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa-kawashiro.hatenablog.com%2Fentry%2F20120213%2F1329127792&quot; title=&quot;JOI2012本選1番 - a_kawashiroのブログ&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>2012-02-13 19:09:52</published>
  <title>JOI2012本選1番</title>
  <type>rich</type>
  <url>https://a-kawashiro.hatenablog.com/entry/20120213/1329127792</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
