Skip to content

Commit

Permalink
Update gen.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Same0620 authored Sep 26, 2024
1 parent 0749035 commit 5a8fdff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pA/gen/gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ int main(int argc, char* argv[]) {
int subtask=atoi(argv[1]);
int n, q, l, r, k;
if(subtask==1) n=500, q=500;
else if(subtask==5) n=1000000, q=1000000;
else n=5000000, q=1000000;
else if(subtask==5) n=500000, q=500000;
else n=1000000, q=1000000;
cout << n << ' ' << q << "\n";

vector<int> v;
Expand Down

0 comments on commit 5a8fdff

Please sign in to comment.