<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>intsawadan</author_name>
  <author_url>https://blog.hatena.ne.jp/intsawadan/</author_url>
  <blog_title>intさわだんのBlack History</blog_title>
  <blog_url>https://intsawadan.hatenablog.com/</blog_url>
  <categories>
    <anon>ICPC模擬国内予選</anon>
  </categories>
  <description>まず到着時間が早いもの順にソートする。それぞれの時間をソートした順にみていき、その時間に運行できる電車があればそのなかで一番最後に到着するものを採用し、なければ新しく電車を使う。電車の合計数が答え。 #include &lt;bits/stdc++.h&gt; using namespace std; typedef pair&lt;int,int&gt; P; int times[10010][2]; int train[10010]; int main(){ int n; while(true){ vector&lt;pair&lt;int,int&gt; &gt; times; cin &gt;&gt; n; if(n == 0)break; f…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fintsawadan.hatenablog.com%2Fentry%2F2019%2F11%2F05%2F152317&quot; title=&quot;ICPC 模擬国内予選2007B 大崎 AOJ 2013 - intさわだんのBlack History&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>2019-11-05 15:23:17</published>
  <title>ICPC 模擬国内予選2007B 大崎 AOJ 2013</title>
  <type>rich</type>
  <url>https://intsawadan.hatenablog.com/entry/2019/11/05/152317</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
