Сделал 1 Задание со списками
This commit is contained in:
parent
5dbf4901b8
commit
632a718df1
71 changed files with 106 additions and 0 deletions
9
ProcessingSequences/Fifth/max_deviation.h
Normal file
9
ProcessingSequences/Fifth/max_deviation.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef MAX_DEVIATION
|
||||
#define MAX_DEVIATION
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int ipow(int number, int power);
|
||||
int maxDeviation(FILE * file);
|
||||
|
||||
#endif // MAX_DEVIATION
|
Loading…
Add table
Add a link
Reference in a new issue