Переписал 9 Задачу в одном цикле
This commit is contained in:
parent
b24722eefc
commit
b4cb5098c2
3 changed files with 17 additions and 48 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue