<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ao1205</author_name>
  <author_url>https://blog.hatena.ne.jp/ao1205/</author_url>
  <blog_title>ノンプログラマー、競プロ非ガチ勢による競プロ「超」入門</blog_title>
  <blog_url>https://coding.hatenadiary.com/</blog_url>
  <categories>
  </categories>
  <description>ABC212 A-Alloy 問題はこちら 【Pythonでの解法】 まず解答例を下に示します。 A,B = map(int,input().split()) result = [&quot;Gold&quot;, &quot;Silver&quot;, &quot;Alloy&quot;] ans = &quot;&quot; if A &gt; 0 and B == 0: ans = result[0] elif A == 0 and B &gt; 0: ans = result[1] else: ans = result[2] print(ans) 1. 問題文の把握 純金と純銀の量が与えられるので、混ぜて生成された金属が「純金」「純銀」「合金」のどれに該当するかを判定します。…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcoding.hatenadiary.com%2Fentry%2F2024%2F04%2F14%2F213925&quot; title=&quot;ABC 212 A問題 Python解説 - ノンプログラマー、競プロ非ガチ勢による競プロ「超」入門&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>2024-04-14 21:39:25</published>
  <title>ABC 212 A問題 Python解説</title>
  <type>rich</type>
  <url>https://coding.hatenadiary.com/entry/2024/04/14/213925</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
