Mad Max

#define MAX(a,b) ((rand()%2)?(a):(b))
Vote up this code1