<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moistx</author_name>
  <author_url>https://blog.hatena.ne.jp/moistx/</author_url>
  <blog_title>Logfiles</blog_title>
  <blog_url>https://logfiles.hatenablog.com/</blog_url>
  <categories>
    <anon>AOJ</anon>
  </categories>
  <description>解法 地鶏を上限まで買えるだけ買った後、鶏肉の地鶏と普通の鶏との合計が足りるように地鶏を減らしながら調整する。地鶏が1匹も購入できない場合は &quot;NA&quot; と出力。ポイント 購入できる地鶏の数を予算から単価を整数除算することで見積もること 購入する地鶏の分の料金を予算から引けば、普通の鶏にかけられるお金が決まるので、普通の鶏の単価で整数除算する #include &lt;bits/stdc++.h&gt; using namespace std; void failed() { cout &lt;&lt; &quot;NA&quot; &lt;&lt; endl; } int main() { int Q1, B, C1, C2, Q2; while(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flogfiles.hatenablog.com%2Fentry%2F20140406%2F1396753901&quot; title=&quot;AOJ0186 Aizu Chicken - Logfiles&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>2014-04-06 12:11:41</published>
  <title>AOJ0186 Aizu Chicken</title>
  <type>rich</type>
  <url>https://logfiles.hatenablog.com/entry/20140406/1396753901</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
