Recent content by aterimperator

Recommended Videos
  1. A

    Poll: A little math problem

    This question is just a tricky way of asking what's the ratio between MM and MF/FM, but if you don't believe me, here's some c++ code to simulate it yourself: #include using namespace std; #include // prototypes for rand and srand using std::rand; using std::srand; #include //...