#include #include #include #include #include int main(){ while(true){ initNewStupidBug(); flyLikeAnIdiot(); } return -999; } void flyLikeAnIdiot(){ int x = getRandom() * srand(time(NULL); int y = getRandom() * srand(time(NULL); setPos(x,y); crash(); } int getRandom(){ return 6; //almost! }