-
演習1
リポジトリを新規作成し、変更を3回程度コミットせよ
作業記録
| コマンド | 意味 |
----|----
| git init bar | リポジトリbarを新規に作成、もしくは既存のリポジトリを初期化 |
| git add foo | ファイルfooをステージ |
| git commit -m ""msg" | メッセージ"msg"をつけてコミット |
…
-
- [ ] vscode setup (task explorer and cph extension) explained in the readme
- [x] fix testcase gen file & tasks.json
- [x] split main.py into main.py + addon.py
- [ ] debugger setup
- [ ] virtual…
-
## Summary / 概要
https://atcoder.jp/contests/tessoku-book/tasks/math_and_algorithm_o
## Steps to reproduce / 再現方法
1. xxx
2. yyy
3. zzz
### environments
- Desktop (please complete the f…
-
https://type.jp/et/feature/25300/
-
rt
e.g.
https://atcoder.jp/contests/dwacon6th-prelims/tasks/dwacon6th_prelims_c/
↓
https://www.luogu.com.cn/problem/AT_dwacon6th_prelims_c
-
逆元
1 フェルマーの小定理を使う
2 拡張ユークリッド互除法を使う
ことで求められる
2は1/x mod y = (y + form_ext(x, y, 1)[1][1]) % yで求められる
https://github.com/customaddone/beginPython/blob/master/cgi-bin/library/math/ext_Euclid_%26_CRT.p…
-
https://github.com/hakatashi/atcoder-auto-submitter
AIで問題文を解析してAtCoderに自動提出
https://twitter.com/hakatashi/status/1457997806208098313
-
-
-
- support flexible composition (for https://atcoder.jp/contests/typical90/tasks/typical90_e)