<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Matchald</author_name>
  <author_url>https://blog.hatena.ne.jp/Matchald/</author_url>
  <blog_title>Matchaldの日記</blog_title>
  <blog_url>https://matchald.hateblo.jp/</blog_url>
  <categories>
    <anon>競技プログラミング</anon>
    <anon>HackerRank</anon>
  </categories>
  <description>問題概要 m月d日をm/dとする。2016年においてa月b日からc月d日まで異なる有理数はいくつあるか。 解答内容 本来は分子と分母の組ををsetに突っ込んでいくのが想定解答かと思うけど、自分は小数で保持しました コード #include&lt;iostream&gt; #include&lt;set&gt; int main() { int n; std::cin &gt;&gt; n; int month[13] = { 0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; for (int i = 0; i &lt; n; i++) { int sm, sd, em, ed; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmatchald.hateblo.jp%2Fentry%2F2016%2F03%2F19%2F004225&quot; title=&quot;lay_contest beta round 00001 (in Japanese) B問題 月日 - Matchaldの日記&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>2016-03-19 00:42:25</published>
  <title>lay_contest beta round 00001 (in Japanese) B問題 月日</title>
  <type>rich</type>
  <url>https://matchald.hateblo.jp/entry/2016/03/19/004225</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
