Name: Anonymous 2012-01-19 12:09
Insanity: doing the same thing over and over again and expecting different results
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#define insanity rand()
int main(int argc,char *argv[])
{
printf("%f\n",insanity);
}