<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>InTheDayDream</title>
    <link>https://inthebloom.github.io/</link>
    <description>Recent content on InTheDayDream</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>ja</language>
    <lastBuildDate>Sat, 11 Apr 2026 00:00:00 +0900</lastBuildDate>
    <atom:link href="https://inthebloom.github.io/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>2種の篩によるLPF配列、GPF配列の計算</title>
      <link>https://inthebloom.github.io/post/calculate-lpf-and-mpf/</link>
      <pubDate>Sat, 11 Apr 2026 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/calculate-lpf-and-mpf/</guid>
      <description>はじめに $2 \leq x$を満たす整数$x$に対して、$x$の 最小素因数（least prime factor） とは、$x$の素因数のうち最小のものを指します。 同様に、$x$の 最大素因数（greatest prime factor） とは、$x$の素因数のうち最大のものを指します。 （※名称はOEISに沿って設定しました。 lpfのページ gpfのページ ）</description>
    </item>
    <item>
      <title>個数制限ナップサックを01ナップサックに帰着するときのアレ</title>
      <link>https://inthebloom.github.io/post/knapsack-with-limit/</link>
      <pubDate>Thu, 12 Mar 2026 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/knapsack-with-limit/</guid>
      <description>個数制限付きナップサック問題 $N$種類の物がある。$i$種類目の物は重さ$w _ i$、価値$v _ i$、個数$c _ i$個である。 ナップサックの容量を$V$とするとき、容量制限を守った上でナップサックに入れる物を選び、合計価値を最大化せよ。</description>
    </item>
    <item>
      <title>[D言語] (a, b) =&gt; b &lt; aについて</title>
      <link>https://inthebloom.github.io/post/implicit-template-in-d/</link>
      <pubDate>Mon, 09 Mar 2026 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/implicit-template-in-d/</guid>
      <description>前提 API Documentationはversion 2.</description>
    </item>
    <item>
      <title>AWC0008D - 果樹園の収穫 O(N(logN &#43; logF))時間解法</title>
      <link>https://inthebloom.github.io/post/awc0008d/</link>
      <pubDate>Thu, 19 Feb 2026 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/awc0008d/</guid>
      <description>はじめに AWC0008D - 果樹園の収穫 を$O(N(\log N + \log (\max F _ i)))$時間で解きます。要は$M \leq 10 ^ 9$でも解ける解法ということです。 解説で言及されているので新規性はないです。</description>
    </item>
    <item>
      <title>非可換モノイドの逆順積の計算</title>
      <link>https://inthebloom.github.io/post/monoid-technique/</link>
      <pubDate>Wed, 18 Feb 2026 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/monoid-technique/</guid>
      <description>はじめに 小ネタです。全人類知っているかもしれませんが、私は比較的最近知ったので共有します。 以下、モノイドは$(M, e, \times)$を考えます。</description>
    </item>
    <item>
      <title>ナップサック問題の復元</title>
      <link>https://inthebloom.github.io/post/knapsack-restoration/</link>
      <pubDate>Fri, 23 Jan 2026 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/knapsack-restoration/</guid>
      <description>はじめに 今回は ABC441F - Must Buy を題材にして、ナップサック問題の最適解を与える操作列を復元する手法を解説します。</description>
    </item>
    <item>
      <title>O(NM)時間多項式除算</title>
      <link>https://inthebloom.github.io/post/polynomial-division/</link>
      <pubDate>Fri, 09 Jan 2026 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/polynomial-division/</guid>
      <description>問題 $N$次多項式$A(x) = A _ N x ^ N + A _ {N - 1} x ^ {N - 1} + \dots + A _ 0$ $M$次多項式$B(x) = B _ M x ^ M + B _ {M - 1} x ^ {M - 1} + \dots B _ 0$ $N + M$次多項式$C(x) = A(x)B(x) = C _ {N + M} x ^ {N + M} + C _ {N + M - 1} x ^ {N + M - 1} + \dots + C _ 0$ がある。$A(x), C(x)$が与えられるので、$B(x)$を求めよ。</description>
    </item>
    <item>
      <title>End of 2025</title>
      <link>https://inthebloom.github.io/post/2025-final/</link>
      <pubDate>Wed, 31 Dec 2025 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/2025-final/</guid>
      <description>まえがき 毎年恒例の年末エントリ。 今年で3年目です。 2023年版と2024年版を見たことある人はこのブログのプロ名乗っていいですよ。</description>
    </item>
    <item>
      <title>最近知ったスライド最小値関連のアルゴリズムをご紹介</title>
      <link>https://inthebloom.github.io/post/uecpg-advent2025-2/</link>
      <pubDate>Sat, 13 Dec 2025 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/uecpg-advent2025-2/</guid>
      <description>はじめに 本エントリは 電通大プログラミング教室 Advent Calendar 2025 の13日目です。</description>
    </item>
    <item>
      <title>gVimのススメ &#43; 私のVim操作</title>
      <link>https://inthebloom.github.io/post/uecpg-advent2025/</link>
      <pubDate>Mon, 08 Dec 2025 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/uecpg-advent2025/</guid>
      <description>はじめに 本エントリは 電通大プログラミング教室 Advent Calendar 2025 の8日目です。 少々用事がありまして公開がクソ遅くなりました。JSTで8日中なのでセーフという説にかけます。</description>
    </item>
    <item>
      <title>ABC239EとABC372Eをより強い条件で解いてみる</title>
      <link>https://inthebloom.github.io/post/solve-extra-constraints/</link>
      <pubDate>Thu, 21 Aug 2025 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/solve-extra-constraints/</guid>
      <description>ABC372E - K-th Largest Connected Components 問題 問題文（概略） $N$頂点のグラフがあり、頂点$i$には数$i$が書かれている。 以下の２つのクエリを処理。</description>
    </item>
    <item>
      <title>Range Kth Smallestに対するもう2つの解法</title>
      <link>https://inthebloom.github.io/post/range-kth-smallest-part2/</link>
      <pubDate>Sat, 12 Jul 2025 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/range-kth-smallest-part2/</guid>
      <description>概要 去年の9月に Range Kth Smallestに対する4つの解法と2つの実装例 というものを書いた。 あのときは4つしか解法を知らなかったが、今回さらに2つ解法を知ったので試してみた。</description>
    </item>
    <item>
      <title>ICPC国内予選2025（Chofu Mai）</title>
      <link>https://inthebloom.github.io/post/icpc2025/</link>
      <pubDate>Sat, 05 Jul 2025 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/icpc2025/</guid>
      <description>はじめに ICPC国内予選2025に参加して、予選で敗退した。 正確にはまだ正式発表されていないが、同校3位で50位なのでまず無理だろう。</description>
    </item>
    <item>
      <title>ABC408参加記録</title>
      <link>https://inthebloom.github.io/post/abc408/</link>
      <pubDate>Tue, 03 Jun 2025 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc408/</guid>
      <description>まえがき TOUPC001に参加してきた を公開してからすでに1カ月経過したらしい。 あの時から今日までに、ここに書こうか迷っていた面白い出来事はいくつかあった。 しかし、如何せん全てへのやる気が失われていたため放置されていた。</description>
    </item>
    <item>
      <title>TOUPC001に参加してきた</title>
      <link>https://inthebloom.github.io/post/toupc001/</link>
      <pubDate>Thu, 01 May 2025 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/toupc001/</guid>
      <description>はじめに 2025-04-26に東京通信大学プログラミングコンテスト（TOUPC）というオンサイトコンテストがあったので、参加してきました。</description>
    </item>
    <item>
      <title>min_leftとmax_rightの仕組みと実装を理解する</title>
      <link>https://inthebloom.github.io/post/binarysearch-on-segmenttree/</link>
      <pubDate>Thu, 24 Apr 2025 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/binarysearch-on-segmenttree/</guid>
      <description>目的 AtCoder Library で使用できるatcoder/segtreeにおけるmin_leftおよびmax_rightが何を行っているかを理解し、自力で実装できるようになることを目指します。</description>
    </item>
    <item>
      <title>ICPC国内予選2023 Problem E - Tampered Records（改竄された史料）</title>
      <link>https://inthebloom.github.io/post/aoj1668/</link>
      <pubDate>Wed, 09 Apr 2025 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/aoj1668/</guid>
      <description>問題 以下 aoj1668 より引用</description>
    </item>
    <item>
      <title>co-routineをスライスする</title>
      <link>https://inthebloom.github.io/post/slicing-co-routine/</link>
      <pubDate>Fri, 21 Mar 2025 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/slicing-co-routine/</guid>
      <description>はじめに このエントリの内容は誤りを含む可能性が高いです。ご注意ください。 指摘等は歓迎しますので、 twitter までお願いします。</description>
    </item>
    <item>
      <title>めぐる式二分探索亜種を使ってみませんか？</title>
      <link>https://inthebloom.github.io/post/easy-to-use-binarysearch/</link>
      <pubDate>Sun, 16 Mar 2025 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/easy-to-use-binarysearch/</guid>
      <description>はじめに 私の中で今のところ一番しっくり来ている二分探索の抽象化を紹介します。</description>
    </item>
    <item>
      <title>ABC396 A-F</title>
      <link>https://inthebloom.github.io/post/abc396/</link>
      <pubDate>Wed, 12 Mar 2025 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc396/</guid>
      <description>A - Triple Four 問題 問題文の通り$A _ i = A _ {i + 1} = A _ {i + 2}$を判定していけば良い。各$i$について$O(1)$個の項を見れば良いので、全体で$O(N)$時間。</description>
    </item>
    <item>
      <title>ユニークビジョンLT会に登壇してきた</title>
      <link>https://inthebloom.github.io/post/uniquevision-lt-2025-01-15/</link>
      <pubDate>Fri, 07 Feb 2025 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/uniquevision-lt-2025-01-15/</guid>
      <description>概要 ユニークビジョンプログラミングコンテスト2024クリスマス(AtCoder Beginner Contest 385) に参加し、参加者限定イベントの、ユニークビジョンオフィスにて行われるLT会に登壇者として参加しました。</description>
    </item>
    <item>
      <title>2024年を振り返ろう &#43; 怪文書</title>
      <link>https://inthebloom.github.io/post/2024-final/</link>
      <pubDate>Wed, 01 Jan 2025 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/2024-final/</guid>
      <description>まえがき 2024年も終わりがやってきました。 昨年に引き続き、振り返りとポエムを書こうかなと思います。 見やすい感じにまとめたかったんですが、markdownから変換している都合上、割と見にくい感じになりました。許してほしいです。 あと後ろの方のしょうもないやつを書いていたら2025年になってしまいました。まあ良いということにしておきます。</description>
    </item>
    <item>
      <title>BSTより高速なデータ構造: Y-Fast Trie [UEC Advent Calendar 2024] 12日目</title>
      <link>https://inthebloom.github.io/post/uec-advent2024/</link>
      <pubDate>Thu, 12 Dec 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/uec-advent2024/</guid>
      <description>まえがき こんにちは、 InTheBloom です。 今年もUECアドカレの季節がやってきましたね。Twitterでカレンダーが生えたのを観測したので、これ幸いと枠をいただきました。これで3年目になります。</description>
    </item>
    <item>
      <title>区切り文字による連続部分列の切り出し</title>
      <link>https://inthebloom.github.io/post/subsequences-by-delimiter/</link>
      <pubDate>Tue, 03 Dec 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/subsequences-by-delimiter/</guid>
      <description>概要 次の問題を解くアルゴリズムを考えます。</description>
    </item>
    <item>
      <title>AtCoder Algorithm 1600達成！</title>
      <link>https://inthebloom.github.io/post/reached-1600/</link>
      <pubDate>Fri, 22 Nov 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/reached-1600/</guid>
      <description>喜び 2024-11-22のABC381でついにrating 1600+を達成しました！ 競技プログラミングを始めた頃、自分がここまでこれるとは思っていませんでした。嬉しいです！</description>
    </item>
    <item>
      <title>UnionFindによる区間の統合</title>
      <link>https://inthebloom.github.io/post/unifying-segments-with-unionfind/</link>
      <pubDate>Tue, 19 Nov 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/unifying-segments-with-unionfind/</guid>
      <description>概要 $N$個の区間を考えて、$i$個目の区間を$[i, i + 1)$とします。 $O(N)$くらいが許されるとき、隣り合う区間を統合するクエリをUnionFindで処理することができます。 より具体的には、次の操作をならし$O(\alpha (n))$時間で行うことができます。</description>
    </item>
    <item>
      <title>失われしappleスタイルのemojiを召喚 on mintty</title>
      <link>https://inthebloom.github.io/post/apple-emoji-on-mintty/</link>
      <pubDate>Sat, 09 Nov 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/apple-emoji-on-mintty/</guid>
      <description>はじめに mintty という端末エミュレータがあります。 msysやcygwinやgitbashにくっついてインストールされるようで、私のwindows環境にもいつの間にかありました。 私は基本的にターミナル暮らしをしており、最近はgitbashにくっついてきたminttyを常用しています。</description>
    </item>
    <item>
      <title>ICPC模擬国内予選D 過去問の共有</title>
      <link>https://inthebloom.github.io/post/icpc-2024-domestic-d/</link>
      <pubDate>Tue, 29 Oct 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/icpc-2024-domestic-d/</guid>
      <description>問題概要 問題へのリンク 問題文 JAG大学ICPC学科には$N$人の学生が在籍しており、それぞれの学生には$1$から$N$までの番号がついている。また、学生の交友関係が$M$個存在する。$i$番目の交友関係は、学生$a _ i$と$b _ i$が友達であり、互いに連絡できることを表す。</description>
    </item>
    <item>
      <title>Functional GraphでK回進むクエリ in &lt;O(NlogN), O(logN)&gt;</title>
      <link>https://inthebloom.github.io/post/functional-graph-logn-simulation/</link>
      <pubDate>Sat, 19 Oct 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/functional-graph-logn-simulation/</guid>
      <description>概要 次の問題を$\langle O(N\log N), O(\log N) \rangle$で解くアルゴリズムを紹介します。</description>
    </item>
    <item>
      <title>比較的シンプルなクイックソートとマージソートの実装</title>
      <link>https://inthebloom.github.io/post/simple-nlogn-sort/</link>
      <pubDate>Thu, 10 Oct 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/simple-nlogn-sort/</guid>
      <description>はじめに 比較的頭を壊しにくいクイックソートとマージソートの実装方針を共有します。 オーダーも悪化しません。定数倍はわかりませんが、最適実装に比べて高々2倍とかだと思います。(適当) 実装例はすべてC++です。</description>
    </item>
    <item>
      <title>ABC288D - Range Add Query</title>
      <link>https://inthebloom.github.io/post/abc288d/</link>
      <pubDate>Tue, 10 Sep 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc288d/</guid>
      <description>想定解法と全然異なる怪しい解法で通したので書きます。</description>
    </item>
    <item>
      <title>Range Kth Smallestに対する4つの解法と2つの実装例</title>
      <link>https://inthebloom.github.io/post/range-kth-smallest/</link>
      <pubDate>Sat, 07 Sep 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/range-kth-smallest/</guid>
      <description>問題 $N$要素の数列$A$が与えられる。$Q$個のクエリに解答せよ。</description>
    </item>
    <item>
      <title>暗黙のコピーコンストラクタにご注意を</title>
      <link>https://inthebloom.github.io/post/cpp-copy-constructor/</link>
      <pubDate>Sat, 17 Aug 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/cpp-copy-constructor/</guid>
      <description>Hackで落とされた&amp;hellip; Educational Codeforces Round 169 (Rated for Div.</description>
    </item>
    <item>
      <title>UECCPバーチャルコンテストを発起し、完走した</title>
      <link>https://inthebloom.github.io/post/ueccp-2024-first-half/</link>
      <pubDate>Thu, 08 Aug 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/ueccp-2024-first-half/</guid>
      <description>UECCPバーチャルコンテストについて 私が電通大競プログラミングサークルに呼びかけて、4月から8月までAtCoder Problemsを利用したバーチャルコンテストを週1回開催しました。 某H先生のご厚意により、競プロサークルで利用できる教室があったため、そこをオンサイト会場(笑)として利用しました。 4月22日から8月5日まで合計13回開催しました。</description>
    </item>
    <item>
      <title>[覚書] 陽なDAG上のdpを楽に処理する</title>
      <link>https://inthebloom.github.io/post/dp-in-explicit-dag/</link>
      <pubDate>Mon, 27 May 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/dp-in-explicit-dag/</guid>
      <description>定義 本稿におけるDAGとは、次のことを指します。</description>
    </item>
    <item>
      <title>No.2758 RDQ</title>
      <link>https://inthebloom.github.io/post/yukicoder2758/</link>
      <pubDate>Sat, 18 May 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/yukicoder2758/</guid>
      <description>問題概要 問題へのリンク 問題文 長さ$N$の数列$A = (A _ 1, A _ 2, \dots, A _ N)$が与えられる。次の$Q$個の質問に答えよ。</description>
    </item>
    <item>
      <title>ABC352参加記録</title>
      <link>https://inthebloom.github.io/post/abc352/</link>
      <pubDate>Mon, 06 May 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc352/</guid>
      <description>はじめに いくつかの理由でしばらく更新していませんでしたが、久しぶりに更新することにしました。</description>
    </item>
    <item>
      <title>[メモ] Functional Graph上のシミュレーション</title>
      <link>https://inthebloom.github.io/post/functional-graph-simulating/</link>
      <pubDate>Mon, 15 Apr 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/functional-graph-simulating/</guid>
      <description>概要 本稿において、$N$頂点$N$辺からなる有向グラフであって、すべての頂点の出次数が1であるグラフをfunctional graphと呼ぶ。</description>
    </item>
    <item>
      <title>ABC247F - Cards</title>
      <link>https://inthebloom.github.io/post/abc247f/</link>
      <pubDate>Wed, 10 Apr 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc247f/</guid>
      <description>問題概要 問題へのリンク 問題文 $1$から$N$の番号がついた$N$枚のカードがあり、カード$i$の表には$P _ i$が、裏には$Q _ i$が書かれている。 ただし、$P = (P _ 1, \dots, P _ N)$及び$Q = (Q _ 1, \dots, Q _ N)$はそれぞれ$(1, \dots, N)$の置換である。</description>
    </item>
    <item>
      <title>ABC247E - Max Min</title>
      <link>https://inthebloom.github.io/post/abc247e/</link>
      <pubDate>Mon, 08 Apr 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc247e/</guid>
      <description>問題概要 問題へのリンク 問題文 長さ$N$の数列$A = (A _ 1, A _ 2, \dots, A _ N)$及び整数$X, Y$が与えられる。次の条件をすべて満たす整数の組$(L, R)$の個数を求めよ。</description>
    </item>
    <item>
      <title>MMA Contest 018参加記録 &#43; 怪文書</title>
      <link>https://inthebloom.github.io/post/mmacontest018/</link>
      <pubDate>Wed, 03 Apr 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/mmacontest018/</guid>
      <description>オンサイトに行ってきました。 MMA Contest 018 - connpass 電気通信大学のサークル、MMAによるプログラミングコンテストが3月31日に開催されました。 電気通信大学内にオンサイト会場が確保されていたため、私も現地に行って参加してきました。 本エントリはその記録になります。</description>
    </item>
    <item>
      <title>ABC345参加記録</title>
      <link>https://inthebloom.github.io/post/abc345/</link>
      <pubDate>Fri, 29 Mar 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc345/</guid>
      <description>はじめに 珍しくいくつかやることがあったのと、数日体調を崩していたため参加記録をサボっていました。 2週間遅刻ですが書きます。</description>
    </item>
    <item>
      <title>ABC346参加記録</title>
      <link>https://inthebloom.github.io/post/abc346/</link>
      <pubDate>Fri, 29 Mar 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc346/</guid>
      <description>はじめに 前回のエントリ 同様に、更新できていませんでしたが更新します。</description>
    </item>
    <item>
      <title>三井住友信託銀行プログラミングコンテスト2019F - Interval Running</title>
      <link>https://inthebloom.github.io/post/sumitb2019f/</link>
      <pubDate>Thu, 14 Mar 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/sumitb2019f/</guid>
      <description>問題概要 問題文 高橋くんと青木くんが同じ方向に向かって走っている。</description>
    </item>
    <item>
      <title>ABC35D - トレジャーハント</title>
      <link>https://inthebloom.github.io/post/abc35d/</link>
      <pubDate>Tue, 12 Mar 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc35d/</guid>
      <description>問題概要 問題へのリンク 問題文 $1$から$N$の番号が割り振られた$N$個の町があり、$M$本の道がこれらの町を結んでいる。 $i$番目の道を用いることで$a _ i$番目の町から$b _ i$番目の町へと移動できるが、逆はできない。</description>
    </item>
    <item>
      <title>ABC344 (upsolved)</title>
      <link>https://inthebloom.github.io/post/abc344/</link>
      <pubDate>Mon, 11 Mar 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc344/</guid>
      <description>贖罪 寝過ごしでABCポカしてしまった。信じられない。。</description>
    </item>
    <item>
      <title>MMA Contest 016 (upsolved)</title>
      <link>https://inthebloom.github.io/post/mmacontest016/</link>
      <pubDate>Wed, 06 Mar 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/mmacontest016/</guid>
      <description>はじめに 来るMMA Contest 018に備えて MMA Contest 016 のupsolveを行いました。 問題の振り返りをします。</description>
    </item>
    <item>
      <title>20歳になりました。</title>
      <link>https://inthebloom.github.io/post/20th-birthday/</link>
      <pubDate>Fri, 01 Mar 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/20th-birthday/</guid>
      <description>せっかく20歳になったので、なんか書きます 本日2024年3月1日は私の誕生日です。こんな私でも20歳になってしまいました。 日本では 明治時代からの名残 (？)から20歳を子供から大人に変化する節目とするそうです。 なんてことでしょう、いつの間にか大人になってしまいました。</description>
    </item>
    <item>
      <title>天下一プログラマーコンテスト2015予選B - 天下一リテラル</title>
      <link>https://inthebloom.github.io/post/tenka1_2015_qualbb/</link>
      <pubDate>Wed, 28 Feb 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/tenka1_2015_qualbb/</guid>
      <description>問題概要 問題</description>
    </item>
    <item>
      <title>ABC74D - Restoring Road Network</title>
      <link>https://inthebloom.github.io/post/abc74d/</link>
      <pubDate>Tue, 27 Feb 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc74d/</guid>
      <description>問題 問題へのリンク 問題</description>
    </item>
    <item>
      <title>尺取り法備忘録</title>
      <link>https://inthebloom.github.io/post/two-pointer-approach/</link>
      <pubDate>Thu, 22 Feb 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/two-pointer-approach/</guid>
      <description>尺取り法、してますか？ 条件を満たす列に対して</description>
    </item>
    <item>
      <title>等比数列の和を計算する2つの対数時間アルゴリズム</title>
      <link>https://inthebloom.github.io/post/geometric-progression-sum/</link>
      <pubDate>Thu, 15 Feb 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/geometric-progression-sum/</guid>
      <description>概要 隣り合う2つの項の比が一定である数列を、等比数列という。 より厳密には、初項$a$、公比$r$によって定まる次の数列のことを指す。</description>
    </item>
    <item>
      <title>Ubuntuが死んだのでDebianをインストールする</title>
      <link>https://inthebloom.github.io/post/debian-install/</link>
      <pubDate>Tue, 13 Feb 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/debian-install/</guid>
      <description>はじめに 2023年の2月あたりからおよそ1年間にわたりUbuntu22.</description>
    </item>
    <item>
      <title>No.2616 中央番目の中央値</title>
      <link>https://inthebloom.github.io/post/yukicoder2616/</link>
      <pubDate>Sat, 27 Jan 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/yukicoder2616/</guid>
      <description>問題概要 問題へのリンク 長さ$N$の順列$P = (P_1, \cdots , P_N)$が与えられる。$P$の部分列$p$であって、以下の条件をすべて満たすものの総数を$998244353$で割ったあまりを求めよ。</description>
    </item>
    <item>
      <title>ABC167E - Colorful Blocks</title>
      <link>https://inthebloom.github.io/post/abc167e/</link>
      <pubDate>Wed, 03 Jan 2024 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc167e/</guid>
      <description>問題概要 問題へのリンク $N$個の横一列に並んだブロック列に色を塗る。 色は整数で表され、$1$から$M$までの$M$種類ある。 必ずしもすべての色を使う必要はない。 隣り合うブロックが同じ色である箇所が$K$以下の色の塗り方の総数を$998244353$で割ったあまりを求めよ。</description>
    </item>
    <item>
      <title>2023年お疲れ様でした。</title>
      <link>https://inthebloom.github.io/post/2023-final/</link>
      <pubDate>Sun, 31 Dec 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/2023-final/</guid>
      <description>2023年12月31日 今年も大晦日と呼ばれるこの日がやってきました。 折角この場があるので、何か書きます。 それぞれの章は独立しており、関連性はありません。 なので突拍子もないことが書いてあるかもしれません。 ご了承くださいな。</description>
    </item>
    <item>
      <title>ABC290E - Make it Palindrome</title>
      <link>https://inthebloom.github.io/post/abc290e/</link>
      <pubDate>Sun, 31 Dec 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc290e/</guid>
      <description>問題概要 問題へのリンク 文字列$X$に対して、$f(X) = $($X$を回分にするために変更する必要のある要素の個数の最小値)と定める。 長さ$N$の数列$A$が与えられるので、$A$のすべての連続部分列の集合$X$として、 $\sum_{x \in X} f(x)$を求めよ。</description>
    </item>
    <item>
      <title>ABC221E - LEQ</title>
      <link>https://inthebloom.github.io/post/abc221e/</link>
      <pubDate>Sat, 16 Dec 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc221e/</guid>
      <description>問題概要 問題へのリンク 長さ$N$の整数列$A = (A_1, A_2, \dots , A_N)$が与えらえる。 $A$の長さ$2$以上の部分列であって、次の条件を満たすものをの総数を$998244353$で割ったあまりを求めよ。</description>
    </item>
    <item>
      <title>列をいくつかの連続部分列へ分解する小技</title>
      <link>https://inthebloom.github.io/post/split-into-continuous-subsequences/</link>
      <pubDate>Wed, 13 Dec 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/split-into-continuous-subsequences/</guid>
      <description>問題 数列$A$の連続部分列を、$i, j \in [1, N]$かつ$i \leq j$なる$i, j$を選択し、 $A$の$i$項目から$j$項目までを順番を変えずに取り出したものとし、$B_{i, j}$と表記することとする。</description>
    </item>
    <item>
      <title>ミスりにくい二分探索 [UEC Advent Calendar 2023] 6日目</title>
      <link>https://inthebloom.github.io/post/uec-advent2023/</link>
      <pubDate>Tue, 05 Dec 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/uec-advent2023/</guid>
      <description>まえがき この記事は、 電通大生による電通大生のためのUEC Advent Calendar 2023 の6日目担当です。</description>
    </item>
    <item>
      <title>ABC330参加記録</title>
      <link>https://inthebloom.github.io/post/abc330/</link>
      <pubDate>Sat, 25 Nov 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc330/</guid>
      <description>はじめに 本稿は、2023-11-25に行われた ABC330 の参加記録です。 眠れない夜にはコンテストの参加記録を書くのが良いと古事記にも書いてあった要出典ので更新します。</description>
    </item>
    <item>
      <title>ABC328参加記録</title>
      <link>https://inthebloom.github.io/post/abc328/</link>
      <pubDate>Sun, 12 Nov 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc328/</guid>
      <description>はじめに 本稿は、2023-11-11に行われた ABC328 の参加記録です。</description>
    </item>
    <item>
      <title>ABC100D - Patisserie ABC</title>
      <link>https://inthebloom.github.io/post/abc100d/</link>
      <pubDate>Mon, 06 Nov 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc100d/</guid>
      <description>問題概要 問題へのリンク $N$種類のケーキがある。$i$種類目のケーキは「綺麗さ」$x_i$、「おいしさ」$y_i$、「人気度」$z_i$を持っている。 このうち$M$種類のケーキを選んで食べる。ただし、同じ種類のケーキを2つとることはできない。</description>
    </item>
    <item>
      <title>ABC327参加記録</title>
      <link>https://inthebloom.github.io/post/abc327/</link>
      <pubDate>Sun, 05 Nov 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc327/</guid>
      <description>はじめに 本稿は、2023-11-04に行われた ABC327 の参加記録です。</description>
    </item>
    <item>
      <title>ABC190F - Shift and Inversions</title>
      <link>https://inthebloom.github.io/post/abc190f/</link>
      <pubDate>Wed, 01 Nov 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc190f/</guid>
      <description>問題概要 問題へのリンク $0$から$N-1$までの整数をちょうど一つづつ含む数列$A$が与えられる。 $k \in \mathbb{Z}$に対して、数列$B$を次のように定める。 $$ \begin{equation*} B \coloneqq \{b_i\}_{i=0}^{N-1}, ~ b_i = a_{i+k ~ \mathrm{mod} ~ N} \end{equation*} $$ $k = 0, 1, 2, \dots , N-1$のそれぞれに対して、$B$の転倒数を求めよ。</description>
    </item>
    <item>
      <title>ABC235E、あるいはクエリ並列処理</title>
      <link>https://inthebloom.github.io/post/abc235e/</link>
      <pubDate>Tue, 31 Oct 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc235e/</guid>
      <description>問題概要 問題 辺の重みがすべて異なる無向連結グラフ$G$が与えられる。 さらに、クエリ$i$で$G$中のどの辺とも異なる重みをもつ辺$(u_i, v_i, w_i)$が与えられる。 クエリ$i$で与えられた辺を$G$に追加したグラフ$G&amp;rsquo;$を考える。 すべての$i$に対して、辺$(u_i, v_i, w_i)$は$G&amp;rsquo;$の最小全域木に含まれるか判定せよ。</description>
    </item>
    <item>
      <title>PG BATTLE 2023参加記録</title>
      <link>https://inthebloom.github.io/post/pgbattle2023/</link>
      <pubDate>Mon, 23 Oct 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/pgbattle2023/</guid>
      <description>始まりは突然に 10月9日に、やきとりさん(@yktr_drm06)から PG BATTLE に誘われて、 私、やきとりさん、ryotaさん(@95s7k84695a)のチームで参加することになりました。</description>
    </item>
    <item>
      <title>Functional Graphのサイクル検出をいい感じに</title>
      <link>https://inthebloom.github.io/post/functional-graph-cycle/</link>
      <pubDate>Fri, 13 Oct 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/functional-graph-cycle/</guid>
      <description>はじめに グラフ表現に帰着できる問題を考察していると、Functional Graphと呼ばれるグラフのサイクル検出に帰着する場合があります。 本稿では、Functional Graphのサイクル検出の比較的簡単な実装を紹介します。</description>
    </item>
    <item>
      <title>yukicoder contest407参加記録</title>
      <link>https://inthebloom.github.io/post/yuki407/</link>
      <pubDate>Fri, 06 Oct 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/yuki407/</guid>
      <description>はじめに 本稿は2023-10-06に行われた yukicoder contest 407 の参加記録です。</description>
    </item>
    <item>
      <title>割れるし割りたいのに割れない数を割る方法</title>
      <link>https://inthebloom.github.io/post/mod-division-tech/</link>
      <pubDate>Thu, 05 Oct 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/mod-division-tech/</guid>
      <description>状況設定 $x, ~ y, ~ z \in \mathbb N$ $x\%y = 0$ $1 &amp;lt; \mathrm{gcd}(y, z)$ $x$は陽に求められないほど大きく、$y$、$z$は常識的な大きさ 問題 $xy^{-1}$を$z$で割った非負最小剰余を求めよ。</description>
    </item>
    <item>
      <title>ワーシャル・フロイド法について調べて、納得したこと</title>
      <link>https://inthebloom.github.io/post/floyd-warshall/</link>
      <pubDate>Mon, 02 Oct 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/floyd-warshall/</guid>
      <description>はじめに 辺に任意の重みがある$N$頂点有向グラフ(ネットワーク)において、負の長さの閉路が存在しないとき、 全点対の最短経路を$O(N^3)$時間で求めるワーシャル・フロイド法と呼ばれるアルゴリズムが存在する。</description>
    </item>
    <item>
      <title>ABC322参加記録</title>
      <link>https://inthebloom.github.io/post/abc322/</link>
      <pubDate>Sat, 30 Sep 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc322/</guid>
      <description>はじめに 本稿は、2023/09/30に行われた ABC322 の参加記録です。</description>
    </item>
    <item>
      <title>ABC270E - Apple Baskets on Circle</title>
      <link>https://inthebloom.github.io/post/abc270e/</link>
      <pubDate>Tue, 26 Sep 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc270e/</guid>
      <description>問題概要 問題へのリンク 円環状に並べてある$1$から$N$の番号が付いた$N$個のかごがある。 かごは$1$から$N$まで順番に並んでおり、かご$N$の隣にはかご$1$がある。</description>
    </item>
    <item>
      <title>ABC202D - aab aba baa</title>
      <link>https://inthebloom.github.io/post/abc202d/</link>
      <pubDate>Sun, 24 Sep 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc202d/</guid>
      <description>問題概要 問題へのリンク A個のaとB個のbからなる文字列であって、辞書順でK番目のものを求めよ。</description>
    </item>
    <item>
      <title>ABC321参加してきた。</title>
      <link>https://inthebloom.github.io/post/abc321/</link>
      <pubDate>Sat, 23 Sep 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc321/</guid>
      <description>久しぶりに参加記録を書きます。 ここ1か月くらい参加記録をずっとさぼっていましたが、hugoに移行したことでだいぶん楽になったので今週はちゃんと書きます。</description>
    </item>
    <item>
      <title>InTheDayDreamをhugoに移行するためにやったことたち</title>
      <link>https://inthebloom.github.io/post/hugo-setting/</link>
      <pubDate>Fri, 15 Sep 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/hugo-setting/</guid>
      <description>手動ブログ運営はしんどい！ さて、皆様はhatenablogなどのサービスを全く介さずに、単にインターネット上の置き場所にWebページを展開したことがありますでしょうか？ 私がしばらく運営している当ブログは、github pagesを利用した完全な手動運用のサイトです。</description>
    </item>
    <item>
      <title>ABC315参加記録</title>
      <link>https://inthebloom.github.io/post/abc315/</link>
      <pubDate>Thu, 24 Aug 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc315/</guid>
      <description>はじめに 本稿は2023/8/19に行われた ABC315 の参加記録です。</description>
    </item>
    <item>
      <title>繰り返し二乗法について</title>
      <link>https://inthebloom.github.io/post/modpow/</link>
      <pubDate>Sat, 05 Aug 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/modpow/</guid>
      <description>はじめに この度私のライブラリに冪乗の余りを求める、いわゆるmodPow関数を追加しました。 丁度いい機会ということで、本稿ではmodpowの仕組みを説明し、詳細な実装方法と実装例を示します。 数学をガバっていたらすみません。</description>
    </item>
    <item>
      <title>ABC310参加記録</title>
      <link>https://inthebloom.github.io/post/abc310/</link>
      <pubDate>Mon, 17 Jul 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc310/</guid>
      <description>はじめに 本稿は、2023/7/15に開催された ABC310 の参加記録となっています。</description>
    </item>
    <item>
      <title>ABC309参加記録</title>
      <link>https://inthebloom.github.io/post/abc309/</link>
      <pubDate>Thu, 13 Jul 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc309/</guid>
      <description>始めに 本稿は2023/7/8に開催された、 ABC309 の参加記録です。</description>
    </item>
    <item>
      <title>unstableをstableにする小技</title>
      <link>https://inthebloom.github.io/post/sorttech/</link>
      <pubDate>Mon, 03 Jul 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/sorttech/</guid>
      <description>はじめに 先日(2023/7/1)の ABC308 のC問題にややこしいソート問題が出ました。 本稿はその問題を簡潔に解く実装のアイディアの紹介です。</description>
    </item>
    <item>
      <title>ABC307参加記録</title>
      <link>https://inthebloom.github.io/post/abc307/</link>
      <pubDate>Tue, 27 Jun 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc307/</guid>
      <description>はじめに 本稿は、2023年6月24日に行われた ABC307 の参加記録です。</description>
    </item>
    <item>
      <title>KaTeX導入してみる</title>
      <link>https://inthebloom.github.io/post/katex/</link>
      <pubDate>Fri, 23 Jun 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/katex/</guid>
      <description>KaTeXを使ってみる $\LaTeX{}$風の数式を表示できるJavaScriptライブラリ(らしい)である$\KaTeX{}$を導入してみました。 本稿では、$\KaTeX$の紹介と、自分がどうやって導入したかを説明します。</description>
    </item>
    <item>
      <title>ABC99C - Strange Bank</title>
      <link>https://inthebloom.github.io/post/abc99c/</link>
      <pubDate>Tue, 13 Jun 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc99c/</guid>
      <description>はじめに 個人的に比較的難しく、教育的な動的計画法の問題に出会ったので、メモを残しておく。 防備録的な色合いが強いので、私にとって明らかなことは書かない。</description>
    </item>
    <item>
      <title>ABC304参加記録</title>
      <link>https://inthebloom.github.io/post/abc304/</link>
      <pubDate>Mon, 05 Jun 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc304/</guid>
      <description>はじめに 競技プログラミングに対してやる気がわかない夜は、コンテストの参加記録を書こう。 そうしよう。</description>
    </item>
    <item>
      <title>MMA Contest 015 参加記録</title>
      <link>https://inthebloom.github.io/post/mmacontest15/</link>
      <pubDate>Thu, 01 Jun 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/mmacontest15/</guid>
      <description>はじめてのオンサイト、行ってキタ！ 電気通信大学にはMMAという格闘技みたいな名前のサークルがあります。 先日2023年5月28日、そのサークルの有志がオンサイトコンテストを開いていたので、(ヒマなので)参加してきました！</description>
    </item>
    <item>
      <title>ABC300参加記録</title>
      <link>https://inthebloom.github.io/post/abc300/</link>
      <pubDate>Mon, 01 May 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc300/</guid>
      <description>ABC参加しました。 今回も ABC300 に参加してきました。 久しぶりに参加記録を書きます。</description>
    </item>
    <item>
      <title>ABC296参加記録</title>
      <link>https://inthebloom.github.io/post/abc296/</link>
      <pubDate>Mon, 03 Apr 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc296/</guid>
      <description>ABC参加してきました。 こんにちは。今回の ABC296 も参加してきましたので、軽い参加記録です。</description>
    </item>
    <item>
      <title>ABC294参加記録</title>
      <link>https://inthebloom.github.io/post/abc294/</link>
      <pubDate>Tue, 21 Mar 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc294/</guid>
      <description>ABC294に参加しました。 こんにちは。今週も ABC294 に参加してきましたので，その参加記録です。</description>
    </item>
    <item>
      <title>ABC293参加記録</title>
      <link>https://inthebloom.github.io/post/abc293/</link>
      <pubDate>Fri, 17 Mar 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc293/</guid>
      <description>ABC293参加してきました。(今更感) もっとエントリ更新に力を入れると言っておきながらABC292の分をサボってしまいました。ABC293からすでに6日くらい経過していますが、一応有言実行ということで参加記録です。(すまんかった)</description>
    </item>
    <item>
      <title>ABC291参加記録 ~ DPお前もう船降りろ ~</title>
      <link>https://inthebloom.github.io/post/abc291/</link>
      <pubDate>Sun, 26 Feb 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc291/</guid>
      <description>はじめに 今週も AtCoder Beginners Contest 291 に参加してきましたので、軽く参加記録です。</description>
    </item>
    <item>
      <title>ABC290参加記録</title>
      <link>https://inthebloom.github.io/post/abc290/</link>
      <pubDate>Tue, 21 Feb 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc290/</guid>
      <description>ABC290参加した。 お久しぶりです。最近AtCoderコンテストの参加記録をサボりがちなので、流石にエントリを生成します。</description>
    </item>
    <item>
      <title>精説ARC155A</title>
      <link>https://inthebloom.github.io/post/arc155a/</link>
      <pubDate>Tue, 07 Feb 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/arc155a/</guid>
      <description>はじめに 先日1月29日に AtCoder Regular Contest 155 がありました。ARCのA問題は，ARCがA~Fの6問体制になったARC104から現在に至るまでdifficultyの最大値は緑でした。しかし，今回のA問題は水色でした。</description>
    </item>
    <item>
      <title>ABC284参加記録</title>
      <link>https://inthebloom.github.io/post/abc284/</link>
      <pubDate>Sat, 07 Jan 2023 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc284/</guid>
      <description>今週もABCのお時間になりました。 みなさん，あけましておめでとうございます。本日2023年1月7日は記念すべき新年最初の AtCoder Beginners Contest でした。今週も参加してきたのでいつも通り参加記録です。</description>
    </item>
    <item>
      <title>ABC283参加記録！</title>
      <link>https://inthebloom.github.io/post/abc283/</link>
      <pubDate>Mon, 26 Dec 2022 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc283/</guid>
      <description>ABC283参加してきた！ こんにちは。最近近所のスーパーが扱っている冷凍パスタのメーカーが変わって一瞬焦った In です。(でもちゃんとおいしかったのでセーフ)</description>
    </item>
    <item>
      <title>あなたの知らない(知ってるかもしれない)SCPの世界 [UEC Advent Calendar 2022] 24日目</title>
      <link>https://inthebloom.github.io/post/uec-advent2022/</link>
      <pubDate>Thu, 22 Dec 2022 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/uec-advent2022/</guid>
      <description>はじめに あなたは誰？ 始めまして。基礎科学実験Aを落としそうな22生の In と申します。</description>
    </item>
    <item>
      <title>ABC282参加記録</title>
      <link>https://inthebloom.github.io/post/abc282/</link>
      <pubDate>Sun, 18 Dec 2022 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc282/</guid>
      <description>今週もABC参加してきた こんにちは，冷凍うどんを食べようとしたら鍋の口が小っちゃくて入らなかった In です。</description>
    </item>
    <item>
      <title>ABC281に参加してきた。</title>
      <link>https://inthebloom.github.io/post/abc281/</link>
      <pubDate>Sat, 10 Dec 2022 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc281/</guid>
      <description>今週もABCに参加してきたよ こんにちは。あいも変わらず今週もABCに参加してきました。その結果報告の記事です。</description>
    </item>
    <item>
      <title>ABC280に参加してきました！</title>
      <link>https://inthebloom.github.io/post/abc280/</link>
      <pubDate>Sun, 04 Dec 2022 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc280/</guid>
      <description>今回もABCに参加してきました。 どうもこんにちは。大学の課題が結構やばいことになっているInです。今回も ABC に参加してきましたので，その参加記事になっております。別に競技プログラミングのためだけにこのブログ(?</description>
    </item>
    <item>
      <title>ABC279参加してきた！</title>
      <link>https://inthebloom.github.io/post/abc279/</link>
      <pubDate>Sun, 27 Nov 2022 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc279/</guid>
      <description>はじめに 今回 ABC279 に参加してきましたので，その記録です。</description>
    </item>
    <item>
      <title>ABC278に参加してみた！</title>
      <link>https://inthebloom.github.io/post/abc278/</link>
      <pubDate>Sat, 19 Nov 2022 00:00:00 +0900</pubDate>
      <guid>https://inthebloom.github.io/post/abc278/</guid>
      <description>こんにちは。 In です。この度初めて競技プログラミング，もといAtCoderに参加してみたので，その記録もかねてこの記事に残しておきます。注意: 筆者はプログラミング初心者なので競プロ的には特に参考になる点はありません。</description>
    </item>
    <item>
      <title>About</title>
      <link>https://inthebloom.github.io/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://inthebloom.github.io/about/</guid>
      <description>About Me 電気通信大学に在学中。 最近は競技プログラミングをよくやっています。 ハンドルネームはInかInTheBloomを使っていることが多いです。 サイトの方針 google analyticsなどのアクセス解析は利用していません。 削除、修正依頼は次に示す連絡先までお願いします。 連絡先 Twitter(X) gmail (nato.</description>
    </item>
  </channel>
</rss>
