<?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>SRM</anon>
  </categories>
  <description>class RevealTriangle { public: vector &lt;string&gt; calcTriangle(vector &lt;string&gt; Q) { int N = Q.size(); int cnt; do { cnt = 0; for(int i=0; i&lt;N-1; i++) { for(int j=0; j&lt;N-i-1; j++) { if(Q[i][j] == '?' &amp;&amp; Q[i][j+1] != '?' &amp;&amp; Q[i+1][j] != '?') { cnt ++; Q[i][j] = (char)('0' + ((Q[i+1][j]-'0') - (Q[i][j+1]-…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flogfiles.hatenablog.com%2Fentry%2F20140817%2F1408254836&quot; title=&quot;SRM404 Div1Easy RevealTriangle - 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-08-17 14:53:56</published>
  <title>SRM404 Div1Easy RevealTriangle</title>
  <type>rich</type>
  <url>https://logfiles.hatenablog.com/entry/20140817/1408254836</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
