diff --git a/ex7.c b/ex7.c index c27caba..074acc6 100644 --- a/ex7.c +++ b/ex7.c @@ -8,7 +8,7 @@ int main(int argc, char *argv[]) printf("You have %d bugs imaginary rate of %f.\n", bugs, bug_rate); - long universe_of_defects = 1 * 1024 * 1024 * 1024; + unsigned long universe_of_defects = 63.99999999999 * 32 * 1024 * 1024; printf("The entire universe has %ld bugs.\n", universe_of_defects);