You are viewing a single comment's thread. Return to all comments →
Quite elegant, but I'm not sure how it's possible to come up with this one in 20 minutes :) Especially days = max(days, d + 1) part
days = max(days, d + 1)
Seems like cookies are disabled on this browser, please enable them to open this website
Poisonous Plants
You are viewing a single comment's thread. Return to all comments →
Quite elegant, but I'm not sure how it's possible to come up with this one in 20 minutes :) Especially
days = max(days, d + 1)part