<?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>Codeforces</anon>
    <anon>Codeforces Round #678 (Div. 2)</anon>
  </categories>
  <description>codeforces.com A. Reorder 総和がと一致していればいい 提出コード void solve(){ int n, m; cin &gt;&gt; n &gt;&gt; m; vector&lt;int&gt; a(n); REP(i,n) cin &gt;&gt; a[i]; if(accumulate(a.begin(), a.end(), 0) == m) cout &lt;&lt; &quot;YES&quot; &lt;&lt; endl; else cout &lt;&lt; &quot;NO&quot; &lt;&lt; endl; } B. Prime Square x111 1x11 11x1 111x のように対角成分にが素数かつが素数以外であるようなを全探索すればいい 提出コード voi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbondo.hateblo.jp%2Fentry%2F2020%2F10%2F25%2F172454&quot; title=&quot;Codeforces Round #678 (Div. 2) - 接着剤の精進日記&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-10-25 17:24:54</published>
  <title>Codeforces Round #678 (Div. 2)</title>
  <type>rich</type>
  <url>https://bondo.hateblo.jp/entry/2020/10/25/172454</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
