Skip to content

Instantly share code, notes, and snippets.

View hellyet's full-sized avatar

_h3llyet hellyet

View GitHub Profile
#include <iostream>
#include <math.h>
#include <string>
#include <iomanip>
#include <vector>
#include <Windows.h>
using namespace std;
const float pi = 3.14159274;
@hellyet
hellyet / task6.cpp
Created December 10, 2020 03:54
ПР5, Задание 6
#define arraySize 16 // размер массива
#define newARM false // пересчитывать ср. арифм. каждый раз после изменения массива
#define MAX_newARM 20 // максимальное кол-во итераций пересчёта
#include <iostream>
#include <string>
#include <Windows.h>
using namespace std;