Skip to content

Commit

Permalink
Update monomial_ans_low_deg.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
maspypy authored Nov 20, 2023
1 parent 01e9de2 commit 49ad276
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ int main(int, char* argv[]) {

int k = seed % 4;
int n = gen.uniform<int>(k + 1, N_MAX);
// ll q = M_MAX;
ll q_max = M_MAX;
if (k != 0) q_max = (n - 1) / k;
ll q = gen.uniform<ll>(0, q_max);
Expand Down

0 comments on commit 49ad276

Please sign in to comment.