Переписал 9 Задачу в одном цикле

This commit is contained in:
AZEN-SGG 2024-12-10 09:19:51 +03:00
parent b24722eefc
commit b4cb5098c2
3 changed files with 17 additions and 48 deletions

View file

@ -4,11 +4,9 @@
#include <stdio.h>
#include <math.h>
#define eps 1.e-6
#define exp 1.e-6
void group(double * array, int length);
void negativeToRight(double * array, int length);
void zeroesToCenter(double * array, int length);
void printArray(double * array, int length);
#endif