0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

競技プログラミングのためにやったことメモ

Last updated at Posted at 2019-12-30

競技プログラミングのために色々試行錯誤する経過を記録する。

ちょくちょく更新して行きます。

環境

  • OS X
  • gcc 9.2

やったこと

bits/stdc++.hの導入

標準ライブラリを一気に入れてくれる優れものということで導入

参考にしたサイト
https://annin401.hatenablog.com/entry/2019/03/29/005224
https://qiita.com/EngTks/items/ffa2a7b4d264e7a052c6

うまくビルドできなかったので以下の対処を実施
https://qiita.com/dynamonda/items/3a2f5bd063cb5e457605

使いそうな関数をutil.hppとして切り出し

  • 素数判定
  • string置換
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?