<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>drken1215</author_name>
  <author_url>https://blog.hatena.ne.jp/drken1215/</author_url>
  <blog_title>けんちょんの競プロ精進記録</blog_title>
  <blog_url>https://drken1215.hatenablog.com/</blog_url>
  <categories>
    <anon>YosupoLibraryChecker</anon>
    <anon>floor_sum</anon>
  </categories>
  <description>floor sum の verify！ 問題へのリンク 問題概要 正の整数 が与えられる。 の値を求めよ ( ケース与えられる)。 制約 解法 ACL practice C 問題の解法、および、ACL の実装を参考にして実装した。 atcoder.jp コード #include &lt;bits/stdc++.h&gt; using namespace std; // sum_{i=0}^{n-1} floor((a * i + b) / m) template&lt;class T&gt; T floor_sum(T n, T a, T b, T m) { assert(n &gt;= 0 &amp;&amp; m &gt;= 1); T r…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdrken1215.hatenablog.com%2Fentry%2F2023%2F10%2F23%2F112033&quot; title=&quot;Yosupo Library Checker - Sum of Floor of Linear - けんちょんの競プロ精進記録&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>2023-10-23 11:20:33</published>
  <title>Yosupo Library Checker - Sum of Floor of Linear</title>
  <type>rich</type>
  <url>https://drken1215.hatenablog.com/entry/2023/10/23/112033</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
