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 4fac2b2 commit bcdb5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pA/gen/gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using namespace std;

int main(int argc, char* argv[]) {
registerGen(argc, argv, 1);
int subtask=atoi(argv[1]);int idx = atoi(argv[2]);
int subtask=atoi(argv[1]);
long long int n, q;
if(subtask==1) n=3000, q=3000;
else n=5000000, q=5000000;
Expand Down

0 comments on commit bcdb5f4

Please sign in to comment.