Search found 3 matches

by Luk.Online
Sat Jul 06, 2013 9:37 am
Forum: Challenges
Topic: Please help me about 'UpCount' challenge..
Replies: 9
Views: 14928

Doesn't work for me - still the same output after modifying the stack size... Any ideas?
by Luk.Online
Tue Jun 04, 2013 8:42 pm
Forum: Challenges
Topic: Growing Bacteria
Replies: 39
Views: 52047

I've got an equation for the growth but not for the death...

But when I've got one for the death, can I subtract them?
by Luk.Online
Tue Jun 04, 2013 6:45 pm
Forum: Challenges
Topic: Growing Bacteria
Replies: 39
Views: 52047

I think I've programmed the correct algorithm, but is the only way to figure out the answer by iterate

Code: Select all

while (amount < 1000000000000);
???