<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gesoges0</author_name>
  <author_url>https://blog.hatena.ne.jp/gesoges0/</author_url>
  <blog_title>げそげそのブログ（アーカイヴ）</blog_title>
  <blog_url>https://ika.geso.site/</blog_url>
  <categories>
    <anon>C++</anon>
    <anon>ABC</anon>
  </categories>
  <description>二重ループの効率化の問題TLEだったやつ #include &lt;bits/stdc++.h&gt; using namespace std; static const int MAX_N = 100000; int main() { int n,a[MAX_N+1],l,r,ans = 0; cin&gt;&gt;n; for(int i=1;i&lt;=n;i++){ cin&gt;&gt;a[i]; } for(int i=1;i&lt;n;i++){ l = i; for(int j=l+1;j&lt;=n;j++){ if(a[l++]&lt;a[j]){ ans++; }else{ break; } } } cout&lt;&lt;ans+n&lt;&lt;en…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fika.geso.site%2Fentry%2F2017%2F03%2F14%2F183651&quot; title=&quot;ABC038_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>2017-03-14 18:36:51</published>
  <title>ABC038_C</title>
  <type>rich</type>
  <url>https://ika.geso.site/entry/2017/03/14/183651</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
