You are viewing a single comment's thread. Return to all comments →
public static long taumBday(int b, int w, int bc, int wc, int z) { return (long) (Math.min((long)(wc+z),bc)*b + Math.min(wc,(long)(bc+z))*w); }
Seems like cookies are disabled on this browser, please enable them to open this website
Taum and B'day
You are viewing a single comment's thread. Return to all comments →