You are viewing a single comment's thread. Return to all comments →
static int lagDuration(int h1, int m1, int h2, int m2, int k) { h1=h1+k; m1=m1+h1*60; m2=m2+h2*60; return m1-m2; }
Seems like cookies are disabled on this browser, please enable them to open this website
Clock Delay
You are viewing a single comment's thread. Return to all comments →