We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90fd5c commit 803b40bCopy full SHA for 803b40b
1 file changed
tests/library_checker_aizu_tests/handmade_tests/kth_par.test.cpp
@@ -5,7 +5,7 @@
5
#include "../../../library/trees/uncommon/hagerup_kth_par.hpp"
6
#include "../../../library/trees/uncommon/linear_kth_par.hpp"
7
int main() {
8
- for (int n = 1; n <= 600; n++) {
+ for (int n = 1; n <= 100; n++) {
9
for (int param = 1; param < 20; param++) {
10
vector<int> par(n);
11
vector<vector<int>> adj(n);
0 commit comments