Skip to content

Commit

Permalink
Update dense.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
maspypy authored Nov 11, 2024
1 parent 13ebb5f commit 870f616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ int main(int, char* argv[]) {
int q = Q_MAX;
printf("%d %d\n", n, q);

int ws[] = {1, 1000, 1000000};
int ws[] = {1, 1000, 500000};
int w = ws[seed % 3];

int L = gen.uniform<int>(0, n - w);
Expand Down

0 comments on commit 870f616

Please sign in to comment.