Skip to content

Commit 803b40b

Browse files
committed
fix tle
1 parent c90fd5c commit 803b40b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/library_checker_aizu_tests/handmade_tests/kth_par.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "../../../library/trees/uncommon/hagerup_kth_par.hpp"
66
#include "../../../library/trees/uncommon/linear_kth_par.hpp"
77
int main() {
8-
for (int n = 1; n <= 600; n++) {
8+
for (int n = 1; n <= 100; n++) {
99
for (int param = 1; param < 20; param++) {
1010
vector<int> par(n);
1111
vector<vector<int>> adj(n);

0 commit comments

Comments
 (0)