Facebook
From Beige Moth, 6 Years ago, written in C++.
Embed
Download Paste or View Raw
Hits: 249
  1. #include<iostream>
  2. #include<math.h>
  3. #include<iomanip>
  4.  
  5. #define PI 3.14159265
  6.  
  7. using namespace std;
  8.  
  9. float srednia_aryt(float suma, float krok);
  10.  
  11. void wyswietlanie_wynikow(float tablica_dodatnia[2][2130], float tablica_ujemna[2][1800]);
  12.  
  13.  
  14.