Делаю 15 Задачу
This commit is contained in:
parent
3f5c6299fc
commit
4c36e1638a
3 changed files with 62 additions and 18 deletions
|
@ -10,6 +10,6 @@ int main(void) {
|
|||
numbers = getList(file);
|
||||
if (numbers == NULL) return 1;
|
||||
|
||||
printf("Count elements in file: %d", replaceLocalMin(numbers));
|
||||
printf("Count elements in file: %d", findAndReplaceLocalMin(numbers));
|
||||
free(numbers);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue