-
Hi, there is a problem with UVa Online Judge' problems. (Not Parsing)
https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=609&page=show_problem&problem=1365
-
## AtCoder
- [x] https://atcoder.jp/contests/ttpc2022/tasks/ttpc2022_h
- Solved by #1525
## AOJ
- [ ] https://onlinejudge.u-aizu.ac.jp/problems/1532
- UAPC 2014
- [x] https://onlinej…
-
## タイトル
- 素数判定(試し割り法)
- 素数判定(Miller-Rabin 法)
## Verify できそうな問題
- https://onlinejudge.u-aizu.ac.jp/courses/lesson/1/ALDS1/1/ALDS1_1_C
- https://judge.yosupo.jp/problem/primality_test
-
- [ ] https://atcoder.jp/contests/abc329/tasks/abc329_f (Potentialized DisjointSetUnion)
- [ ] https://atcoder.jp/contests/abc312/tasks/abc312_c (BinarySearch)
- [ ] https://atcoder.jp/contests/abc3…
-
-
N頂点M辺の有向グラフが与えられます。以下のクエリにQ個答えてください。
頂点aから頂点bに行くことができますか?
解法
クエリ先読みbitset
後ろから順にbitsetでどこの頂点にいけるかを持ちながらDFS
O(N^2/w + Q)?
-
-
请问为何我无法导入从tk题库下载的题目?每次导入都显示“server error”。不知为何我无法访问https://docs.onlinejudge.me/#/onlinejudge/faq
-
问题1:根据文档备份数据的提示进入oj-postgres容器后,使用`psql -U postgres`会提示`psql: FATAL: role "postgres" does not exist`,但使用`psql -U onlinjudge`用户却可以进入。
截图如下:
![image](https://user-images.githubusercontent.com/1412505…
JVxie updated
3 years ago
-
In the instructions:
https://github.com/hit-moodle/onlinejudge/wiki/Installation
I have to make the sandbox. When I run make I get
make -C libsandbox libsandbox.a
make[1]: Entering directory `/var/w…