Vicfred - Overview
Navigation Menu
Pinned Loading
-
problems from codeforces solved in haskell
Haskell 12
-
1
// How many times do you have to flip a coin -
1
// approximate pi using random points in a square2
// compile using: g++ pi.cpp -o pi3
// and then run using: ./pi
