Начал 22 Задачу
This commit is contained in:
parent
427a6611df
commit
c3182c8c24
5 changed files with 91 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue