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 927c96d commit 9497591
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 @@ -22,7 +22,7 @@ int main(int argc, char* argv[]) {
}
if(ch==1){
int l = rnd.next(1LL, n);
int r = rnd.next(lLL, n);
int r = rnd.next(1LL, n);
int k = rnd.next(1, 1000000000);
cout << ch << ' ' << l << ' ' << r << ' ' << k << "\n";
}else if(ch==2){
Expand Down

0 comments on commit 9497591

Please sign in to comment.