<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tkm-kyudo</author_name>
  <author_url>https://blog.hatena.ne.jp/tkm-kyudo/</author_url>
  <blog_title>接着剤の精進日記</blog_title>
  <blog_url>https://bondo.hateblo.jp/</blog_url>
  <categories>
    <anon>AtCoderBeginnerContest</anon>
    <anon>AtCoderBeginnerContest182</anon>
    <anon>ABC</anon>
    <anon>ABC182</anon>
  </categories>
  <description>atcoder.jp A - twiblr $ B \leq 2A + 100 $ なので$ 2A + 100 - B $を出力 提出コード void solve(){ int A, B; cin &gt;&gt; A &gt;&gt; B; cout &lt;&lt; max(0, 2*A+100-B) &lt;&lt; endl; } B - Almost GCD 制約が小さいので$ A_i $が$2 \leq j \leq 1000 $で割り切れるならその個数をカウントしていけばいい カウントした個数が最大の$ j $を出力 提出コード void solve(){ int N; cin &gt;&gt; N; vector&lt;int&gt; A(N); …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbondo.hateblo.jp%2Fentry%2F2020%2F11%2F08%2F232702&quot; title=&quot;AtCoder Beginner Contest 182（ABC182） - 接着剤の精進日記&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>2020-11-08 23:27:02</published>
  <title>AtCoder Beginner Contest 182（ABC182）</title>
  <type>rich</type>
  <url>https://bondo.hateblo.jp/entry/2020/11/08/232702</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
