fix: updated generator to avoid repeated test cases, updated pdf files to match .tex files

This commit is contained in:
2025-11-11 11:58:25 -03:00
parent 41bfc36185
commit e60dce2d69
195 changed files with 293 additions and 293 deletions

View File

@@ -42,10 +42,10 @@ string rnd_test(int i){
int max_n = MAX_N;
if(i<rnd_test_n / 3){
max_n = 5;
max_n = 25;
}
else if(i<rnd_test_n / 2){
max_n = 20;
max_n = 50;
}
int x = rnd.next(min_n, max_n);