<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>h_noson</author_name>
  <author_url>https://blog.hatena.ne.jp/h_noson/</author_url>
  <blog_title>h_nosonの日記</blog_title>
  <blog_url>https://h-noson.hatenablog.jp/</blog_url>
  <categories>
    <anon>codeforces</anon>
  </categories>
  <description>問題 Problem - A - Codeforces 火星では１年が日続く．また，地球と同じように１週間は平日が５日，休日が２日ある． １年の休日の数の最大値と最小値はいくつか．解法 ７で割り，最大値を求めるときは余りに対してできるだけ休日から割り当て，最小値を求めるときは余りに対してできるだけ平日から割り当てればいい．ソースコード #include &lt;iostream&gt; #include &lt;vector&gt; #include &lt;algorithm&gt; using namespace std; #define RREP(i,s,e) for (i = s; i &gt;= e; i--) #defin…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fh-noson.hatenablog.jp%2Fentry%2F2016%2F05%2F06%2F203504&quot; title=&quot;Codeforces Round #350 (Div. 2) A. Holidays - h_nosonの日記&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>https://blog.st-hatena.com/images/theme/og-image-1500.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-05-06 20:35:04</published>
  <title>Codeforces Round #350 (Div. 2) A. Holidays</title>
  <type>rich</type>
  <url>https://h-noson.hatenablog.jp/entry/2016/05/06/203504</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
