Skip to content

Instantly share code, notes, and snippets.

@aXe1
aXe1 / gist:895501
Created March 30, 2011 23:15 — forked from Levik/gist:892154
Levik's lab4
#include <iostream>
#include <math.h>
#include <conio.h>
#include <time.h>
// settings
#define N 100
#define PRECISION 3
using namespace std;