#include #include #include #define max_darts 2000000 using namespace std; // ΥΠΟΛΟΓΙΣΜΌς π ΜΕ MONTE CARLO int main(int argc, char *argv[]) { system("chcp 1253"); // Seed the Random Number Generator at the start of the program srand( time( NULL ) ); cout<<"Ελάχιστος τυχαίος μηδέν, Μεγιστος τυχαίος "<