Faute de grammaire

This commit is contained in:
Valentin Moguérou 2024-04-16 01:08:58 +02:00
parent 68623472eb
commit 5eb02996f4
1 changed files with 2 additions and 2 deletions

View File

@ -1080,7 +1080,7 @@ void aux_2(creneau* edt, int len_edt, colleur* chads, int len_chads, int n_group
int temp = 0;
int skipped = 0;
int a = 0;
printf("Testing %d combinations...\n\n", n_sim);
info("Testing %d combinations...", n_sim);
for(int k = 0; k < n_sim*(1 - (max_score == n_groups*100)); k++) {
if(k >= a) {
printf("\x1b[1F");
@ -1136,7 +1136,7 @@ void aux_2(creneau* edt, int len_edt, colleur* chads, int len_chads, int n_group
}
}
int end = time(NULL);
info("Took %ds to found", end-start);
info("Took %ds to find", end-start);
free(group_stats);
free(group_temp);
free(weeks_len);