Skip to content

Commit a91b829

Browse files
authored
Merge pull request #12072 from KATO-Hiro/#12070
feat: Add article (#12070)
2 parents 84d764f + d1b142e commit a91b829

9 files changed

Lines changed: 26 additions & 22 deletions

File tree

docs/archived/broken_links.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@ title: リンク切れ
287287

288288
## ブログ
289289

290+
- [Qiita - bo9chan](https://qiita.com/bo9chan)
291+
- 確認した日: 2026/05/04
290292
- [はてなブログ - Nyaan](https://nyaan.hatenablog.com/)
291293
- 確認した日: 2025/10/22
292294
- [はてなブログ - cunitac](https://cunitac.hatenablog.com/)
@@ -487,6 +489,9 @@ title: リンク切れ
487489

488490
### レーティング1600〜1999(青色)
489491

492+
- [AtCoder青になるまでやったこと・やらなかったこと](https://qiita.com/bo9chan/items/f04a92b48a7d7e5c327a) - [bo9chan](https://atcoder.jp/users/bo9chan)さんが、2023年5月22日に公開。
493+
- 確認した日: 2026/05/04
494+
490495
- [ABC400振り返り兼入青記事](https://note.com/yyyfff48/n/n0240fea1a143) - [YFYF](https://atcoder.jp/users/YFYF)さんが、2025年4月5日に達成。
491496
- 確認した日: 2025/12/24
492497

docs/archived/no_longer_available.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,9 @@ title: 開発・提供終了
525525

526526
### 実装テクニックを学ぶ
527527

528+
- [R言語でAtCoderの問題を解いてみた](https://qiita.com/bo9chan/items/4b2fecefa8c076235c5a) - 入出力の方法およびパッケージの一覧、それらの注意事項がまとめられている記事。
529+
- 確認した日: 2026/05/04
530+
528531
- [【プログラミング言語速度比較】Collatz数列ベンチマークを言語別比較しよー!](https://rheotommy.hatenablog.com/entry/2020/07/18/205343) - [RheoTommy](https://atcoder.jp/users/RheoTommy)さんによる記事。[Collatz数列](https://en.wikipedia.org/wiki/Collatz_conjecture#:~:text=Unsolved%20problem%20in%20mathematics%3A&text=The%20Collatz%20conjecture%20is%20a,half%20of%20the%20previous%20term.)を題材に、各言語の実行速度を比較・分類している。
529532
- 確認した日: 2024/09/02
530533

docs/archived/outdated_information.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,15 @@ title: 更新停止の可能性が高い
496496

497497
### 実装テクニックを学ぶ
498498

499+
#### C
500+
501+
!!! warning "注意"
502+
503+
ジャッジシステムの修正(2023年8月25日)に伴い、標準ライブラリの数学関数が利用できるようになった([出典](https://atcoder.jp/contests/editor-update-test))。このため、以下の対応は不要になったが、しばらく掲載予定。
504+
505+
- [AtCoderのC言語で標準数学関数が使えなくなるようなので、x87を使えるようにしておく](https://qiita.com/mikecat_mixc/items/f458fe46542087c06a97) - ジャッジシステムの言語アップデート(2023年8月)に伴い、標準ライブラリの数学関数が利用できなくなったことと対策方法が紹介されている記事。
506+
- [AtCoder新ジャッジにC言語で数学関数(libm)を使うためのおまじない](https://hotman78.hatenablog.com/entry/2023/08/15/201456) - 上記の記事を受け、数学関数を利用するためのスニペット(3行)が紹介されている記事。
507+
499508
#### C++
500509

501510
- [競技プログラミングとC++のアレコレ](https://koturn.hatenablog.com/entry/2018/07/29/180000) - 競技プログラミングで使われる記法(と業務プログラミングとの違い)を紹介した記事。

docs/articles/implementation/others.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@
22
title: Others
33
---
44

5-
## C
6-
7-
### 言語アップデートによる影響
8-
9-
!!! warning "注意"
10-
11-
ジャッジシステムの修正(2023年8月25日)に伴い、標準ライブラリの数学関数が利用できるようになった([出典](https://atcoder.jp/contests/editor-update-test))。このため、以下の対応は不要になったが、しばらく掲載予定。
12-
13-
- [AtCoderのC言語で標準数学関数が使えなくなるようなので、x87を使えるようにしておく](https://qiita.com/mikecat_mixc/items/f458fe46542087c06a97) - ジャッジシステムの言語アップデート(2023年8月)に伴い、標準ライブラリの数学関数が利用できなくなったことと対策方法が紹介されている記事。
14-
- [AtCoder新ジャッジにC言語で数学関数(libm)を使うためのおまじない](https://hotman78.hatenablog.com/entry/2023/08/15/201456) - 上記の記事を受け、数学関数を利用するためのスニペット(3行)が紹介されている記事。
15-
165
## Crystal
176

187
### 文法・言語仕様
@@ -80,23 +69,23 @@ title: Others
8069

8170
- [【Atcoder】JavaScriptでもC++のSTLが使いたい!](https://qiita.com/sdk40010/items/a93eebcb5e55c154e577) - JavaScript(TypeScript)環境で、C++の標準ライブラリStandard Template Library (STL)を利用する方法について紹介した記事。
8271

83-
## Nim
72+
## Lean
8473

8574
### 文法・言語仕様
8675

87-
- [Nim言語の良さを伝えたい](https://utac.hateblo.jp/entry/2025/04/25/230241) - Nim言語の良さを布教している。実行速度が早い、学習コストが低い、シンプルに記述できるなどのメリットが紹介されている
76+
- [Leanで競技プログラミングの入力をスッキリ記述するマクロ+α](https://qiita.com/spinylobster/items/00e0f0f9c186ae860ec5) - 入力データの受け取りをマクロで簡潔に書く方法が紹介されている
8877

89-
## PHP
78+
## Nim
9079

9180
### 文法・言語仕様
9281

93-
- [【PHP】標準入力・標準出力チートシート【AtCoder】](https://qiita.com/noko206/items/421ae69d91f3c442d9cf) - 標準入力・標準出力を楽に実行できる自作関数の使い方と、それらの具体例がまとめられている
82+
- [Nim言語の良さを伝えたい](https://utac.hateblo.jp/entry/2025/04/25/230241) - Nim言語の良さを布教している。実行速度が早い、学習コストが低い、シンプルに記述できるなどのメリットが紹介されている
9483

95-
## R
84+
## PHP
9685

9786
### 文法・言語仕様
9887

99-
- [R言語でAtCoderの問題を解いてみた](https://qiita.com/bo9chan/items/4b2fecefa8c076235c5a) - 入出力の方法およびパッケージの一覧、それらの注意事項がまとめられている記事
88+
- [【PHP】標準入力・標準出力チートシート【AtCoder】](https://qiita.com/noko206/items/421ae69d91f3c442d9cf) - 標準入力・標準出力を楽に実行できる自作関数の使い方と、それらの具体例がまとめられている
10089

10190
## SageMath
10291

docs/blogs/heuristic/cpp.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ title: C++
7171
|BinomialSheep|[Qiita](https://qiita.com/BinomialSheep/items/e7a717f34e6991affa1c)||
7272
|birdwatcher|[Qiita](https://qiita.com/birdwatcher)||
7373
|Bondo416|[はてなブログ](https://bondo.hateblo.jp/)||
74-
|bo9chan|[Qiita](https://qiita.com/bo9chan)||
7574
|dsytk7|[はてなブログ](https://dsytk7.hateblo.jp)||
7675
|ganmodokix|[はてなブログ](https://aprilganmo.hatenablog.com/)||
7776
|hakomo|[はてなブログ](https://hakomof.hatenablog.com/)||

docs/changelog/2023_05.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ title: Change Log for May, 2023
1818
- [#6050](https://github.com/KATO-Hiro/AtCoderClans/pull/6050) - 「[Milestones](../../milestones/cyan)」ページに、「レーティングの節目に到達した喜びをつづった記事」を掲載。
1919
- レーティング1200から1599まで(水色)にyabitさんの記事を追加。
2020
- [#6049](https://github.com/KATO-Hiro/AtCoderClans/pull/6049) - 「[Milestones](../../milestones/blue)」ページに、「レーティングの節目に到達した喜びをつづった記事」を掲載。
21-
- レーティング1600から1999まで(青色)に[bo9chan](https://atcoder.jp/users/bo9chan)さんの[記事](https://qiita.com/bo9chan/items/f04a92b48a7d7e5c327a)を追加
21+
- レーティング1600から1999まで(青色)に[bo9chan](https://atcoder.jp/users/bo9chan)さんの記事を追加
2222

2323
### 2023-05-29
2424

docs/changelog/2023_08.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ title: Change Log for August, 2023
9999
### 2023-08-18
100100

101101
- [#6635](https://github.com/KATO-Hiro/AtCoderClans/pull/6635) - 「[Articles, Blogs, Books and Videos](../../media)」の「[実装テクニックを学ぶ - Others](../../articles/implementation/others)」ページに、以下の記事を追加。
102-
- [R言語でAtCoderの問題を解いてみた](https://qiita.com/bo9chan/items/4b2fecefa8c076235c5a)
102+
- R言語でAtCoderの問題を解いてみた
103103
- [#6634](https://github.com/KATO-Hiro/AtCoderClans/pull/6634) - 「[Articles, Blogs, Books and Videos](../../media)」の「[アルゴリズムを学ぶ](../../articles/algorithm)」ページに、以下の記事を追加。
104104
- [K個を選ぶ最適化における乱択アルゴリズム](https://maspypy.com/k-%e5%80%8b%e3%82%92%e9%81%b8%e3%81%b6%e6%9c%80%e9%81%a9%e5%8c%96%e3%81%ab%e3%81%8a%e3%81%91%e3%82%8b%e4%b9%b1%e6%8a%9e%e3%82%a2%e3%83%ab%e3%82%b4%e3%83%aa%e3%82%ba%e3%83%a0)
105105

docs/milestones/blue.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ title: レーティング1600〜1999(青色)
5151
- [【入青記事その1】精進振り返り編 - jabeeの競プロ日記](https://jabee.hatenablog.com/entry/2023/08/12/074238) - [jabee](https://atcoder.jp/users/jabee)さんが、2023年8月12日に公開。
5252
- [【AtCoder】現役中学生がPythonで青になったから書いた記事](https://qiita.com/halcyonFX/items/5eeb2240412a1e587bff) - [hirayuu_At](https://atcoder.jp/users/hirayuu_At)さんが、2023年7月31日に達成。
5353
- [RubyとCrystalでAtCoder青色になりました](https://qiita.com/theanine/items/0746adfbd9da80701ec4) - [theanine](https://atcoder.jp/users/theanine)さんが、2023年6月10日に公開。
54-
- [AtCoder青になるまでやったこと・やらなかったこと](https://qiita.com/bo9chan/items/f04a92b48a7d7e5c327a) - [bo9chan](https://atcoder.jp/users/bo9chan)さんが、2023年5月22日に公開。
5554
- [【AtCoder】5年かけて入青したゆる系競プロerの色変記事](https://qiita.com/yasagure_/items/d6f7305ddebf5c806b5d) - [Yasagure](https://atcoder.jp/users/Yasagure)さんが、2023年5月22日に達成。
5655
- [AtCoderで入青しました。記録や雑談です。 - zawatinはてなブログ](https://zawatin.hatenablog.com/entry/2023/05/21/180443) - [zawatin](https://atcoder.jp/users/zawatin)さんが、2023年5月13日に達成。
5756
- [AtCoderで青色になりました~やった~ - 文章置き場](https://taymyr.hatenablog.com/entry/2023/05/16/090035) - [timi](https://atcoder.jp/users/timi)さんが、2023年5月13日に達成。

monthly_changelog/2021_12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
### 2021-12-12
9898

9999
- [#3168](https://github.com/KATO-Hiro/AtCoderClans/pull/3168) - 「[Articles and Books](https://kato-hiro.github.io/AtCoderClans/media)」ページに、記事「[桁dpを代数的にやっつける](https://qiita.com/ryuhe1/items/185e1a283f13ac638a53)」を追加。
100-
- [#3166](https://github.com/KATO-Hiro/AtCoderClans/pull/3166) - 「[Web apps and sites](https://kato-hiro.github.io/AtCoderClans/web_app)」ページに、Webアプリ「[AtCoder Competition History Chart Maker](https://colab.research.google.com/github/bo9chan/AtCoderCharts/blob/main/CompetitionHistoryChart.ipynb)」を追加。
100+
- [#3166](https://github.com/KATO-Hiro/AtCoderClans/pull/3166) - 「[Web apps and sites](https://kato-hiro.github.io/AtCoderClans/web_app)」ページに、Webアプリ「AtCoder Competition History Chart Maker」を追加。
101101

102102
### 2021-12-11
103103

0 commit comments

Comments
 (0)