messing around with the size of "universe_of_defects"
This commit is contained in:
parent
3b34c6ce0d
commit
3a7ae25fa3
2
ex7.c
2
ex7.c
@ -8,7 +8,7 @@ int main(int argc, char *argv[])
|
|||||||
printf("You have %d bugs imaginary rate of %f.\n",
|
printf("You have %d bugs imaginary rate of %f.\n",
|
||||||
bugs, bug_rate);
|
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",
|
printf("The entire universe has %ld bugs.\n",
|
||||||
universe_of_defects);
|
universe_of_defects);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user