Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <iomanip>
#include <cmath>
using namespace std;
int main(){
int n;
cout << "Введите количество пар точек" << endl;
cin >> n;
double x[n], y[n], a, b;
#include <iostream>
#include <ctime>
#include <fstream>
using namespace std;
void FillMatrix(int **matrix, const int rows, const int cols){
for (int i=0; i<rows; i++){
for (int j=0; j<cols; j++){
matrix[i][j]=rand()%15;
}
@Yegorsh
Yegorsh / демидович.решебник.txt
Last active January 5, 2022 20:26
Демидович. Решебник на русском. 👉 https://solutionarium.notion.site/ 👈 или Антидемидович 👉 https://t.me/solutionarium_demidovich 👈
https://solutionarium.notion.site/ - решебник сборника задач и упражнений по математическому анализу Б.П. Демидовича
https://t.me/solutionarium_demidovich - телеграм-канал с решениями задач из сборника задач и упражнений по математическому анализу Б.П. Демидовича