-
https://yudong-0222.github.io/post/ABC305
0
-
# [geometry/Z2/operation] 内積
## file name
`src/*`
## TODO
- [x] 実装
- [ ] ドキュメント作成
- [ ] unit-test
- [ ] verify
## note
ファイル名の検討が必要
inner-product にする?
- verify:
- https://atcoder.jp…
-
### Description
Adding a detailed explanation and Source Code of Task C: Vacation of the Atcoder DP Problemset.
### Domain
Competitive Programming
### Type of Contribution
Documentation
### Code…
-
## WHY
- 言語アップデートが8月上旬に予定されており、既存言語のバージョンアップ + 新規言語の追加があるため
## WHAT
- ProblemsのAPIが更新されたら対応
-
https://atcoder.jp/contests/abc313/tasks/abc313_a
dak2 updated
6 months ago
-
It seems that the terminal is cleared after printing message when using Windows Terminal.
![example](https://user-images.githubusercontent.com/1430311/133894087-7afb9a23-bcd4-49fd-91df-ad0ad6107a7e…
-
問題:https://atcoder.jp/contests/tessoku-book/tasks/tessoku_book_bp
解答:https://atcoder.jp/contests/tessoku-book/submissions/49271888
-
```
struct doubling {
int lg_t;
static const int null = -1;
vector table;
template doubling(vector nx, ll lim_t) {
static_assert(std::is_arithmetic::value,
…
-
http://abc037.contest.atcoder.jp/
-
https://atcoder.jp/contests/abc211/tasks/abc211_c
https://atcoder.jp/contests/abc211/submissions/47585101