#include
#define MOTIVATION 2.7182
#define PROCRASTINATION 3.1415
#define CRY -11111
#define PARTY 11111
int main () {
int assignmentCompletion = 0;
int assignmentProgress = 0;
while (assignmentCompletion == 0) {
assignmentProgress = assignmentProgress + MOTIVATION / PROCRASTINATION;
return CRY;
printf ("You have won one internet!\n
(
Read more... )