<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mayokoex</author_name>
  <author_url>https://blog.hatena.ne.jp/mayokoex/</author_url>
  <blog_title>mayoko’s diary</blog_title>
  <blog_url>https://mayokoex.hatenablog.com/</blog_url>
  <categories>
    <anon>yukicoder</anon>
  </categories>
  <description>この問題とは関係ないですがカードヒーローってゲーム僕はすごく好きです。 問題 No.200 カードファイト！ - yukicoder 解法 貪欲で解く。Aが勝てるときはAはなるべく小さい値で,Cはなるべく大きい値で勝つ。Aが負けるときもAはなるべく小さい値で,Cはなるべく大きい値で負ける。…あれ,同じなのか。 const int MAXN = 55; int B[MAXN], D[MAXN]; int A, C, N; bool done[2][MAXN]; int cnta = 0, cntc = 0; int ok(int a) { for (int j = C-1; j &gt;= 0; j-…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmayokoex.hatenablog.com%2Fentry%2F2015%2F07%2F29%2F075540&quot; title=&quot;yukicoder No.200 カードファイト！ - mayoko’s diary&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>2015-07-29 07:55:40</published>
  <title>yukicoder No.200 カードファイト！</title>
  <type>rich</type>
  <url>https://mayokoex.hatenablog.com/entry/2015/07/29/075540</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
