#include #include #include using namespace std; const int SIDES=400; const int TRIALS =10000; int main () { int count[SIDES]; int i; int result; srand(time(NULL)); for(i=0;i