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 27, 2024
1 parent 4eb96c7 commit 720b292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pC/gen/gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ int main(int argc, char* argv[]) {
if(subtask!=2){
for(int i=1;i<=m;i++){
int c = 1;
c=rnd.next(c+1, n-(m-i));
c=rnd.next(1, n/2);
cout << c << " \n"[i==m];
}
for(int i=1;i<=q;i++){
Expand Down

0 comments on commit 720b292

Please sign in to comment.