-
Nim1.6.14環境下で、extra/structure/set_mapをインポートすると、sequtilのtoSeqが上手く動かなくなるようです。
例えば下記のコードをAtCoderのコードテストに投げると再現可能です。
```
import sequtils
import atcoder/extra/structure/set_map
echo((0..10).toSeq)
``…
-
One of the requirements for the Computer Language Benchmarks Game is that programs are supposed to be using the same (rough) algorithm. Are these benchmarks going to have a similar requirement?
Thi…
JZerf updated
2 years ago
-
https://atcoder.jp/contests/abc344/tasks/abc344_e
が吐くほど苦しかったので
-
new_data[-1]を取得しようとして、newdataが{'message': 'Network error communicating with endpoint'}とかのせいで死ぬ
-
-
# [graph] Online Lowest Common Ancestor
## file name
`src/graph/online-query-lowest-common-ancestor.hpp`
## TODO
- [ ] 実装
- [ ] ドキュメント作成
- [ ] unit-test
- [ ] verify
## note
static tree /…
-
主機能:
- [x] 主にサンプルを用いた単純な型の認識
- [x] パターンマッチによる YES / NO 文字列の解析
- [x] パターンマッチによる MOD の解析
- [x] サンプルを用いた出力フォーマットの推論
- [ ] 自然言語解析による変数の制約の解析
- [ ] 自然言語解析による変数の意味 (グラフかどうかなど) の解析
- […
-
YQL が原因であることは確定的に明らか
-
# 問題文校正
## 2020/09/08
#5
-
Problem name: Adjugate matrix
(Optional) Problem ID: adjugate_matrix
## Problem
Given $N \times N$ matrix $A = \lbrace a_{ij} \rbrace$ with entries in $\mathbb{Z}/p\mathbb{Z}$, print $\text{adj…