#include #include #include using namespace std; const int SIDES=4; const int TRIALS =10000; int main () { int v1,v2,three,four; int i; int result; srand(time(NULL)); v1 = 0; v2 = 0; three = 0; four = 0; for(i=0;i