Сделал задание 37

This commit is contained in:
AZEN-SGG 2024-09-22 19:06:18 +03:00
parent 3dd2710fc1
commit c6260ab148
8 changed files with 96 additions and 0 deletions

9
Fifth/max_deviation.h Normal file
View 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