Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Reputeless committed Dec 19, 2021
1 parent 517a561 commit 82a26e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# C++17 で解く「競プロ典型 90 問」

**「競プロ典型 90 問」** を標準的な C++17 コードで解くプロジェクトです
**「競プロ典型 90 問」**を標準的な C++17 コードで解いていく個人用勉強プロジェクトです

C++17 標準ライブラリの機能を優先して使い、競技プログラミング固有のハックやスタイル(`<bits/stdc++.h>`, 大きな配列、マクロ、`using namespace std` 等)の使用を避けているため、一般的な C++ ソフトウェア開発で再利用できる、モダン C++ の標準を意識したコードになっています。

不具合や改善案は、このリポジトリの Issue よりご報告ください
バグや改善案のレポートは、このリポジトリの Issue をご利用ください

### ★2

Expand Down

0 comments on commit 82a26e3

Please sign in to comment.