Начал 22 Задачу

This commit is contained in:
AZEN-SGG 2024-10-07 16:33:01 +03:00
parent 427a6611df
commit c3182c8c24
5 changed files with 91 additions and 0 deletions

View file

@ -5,6 +5,7 @@
int main(void) {
double * numbers;
FILE * file = getFile();
if (file == NULL) return -1;
numbers = getList(file);
if (numbers == NULL) return 1;