You are viewing a single comment's thread. Return to all comments →
int round = (x1+v1)*(x2+v2); for (int i = 0; i < round; i++) { if(x1+v1 == x2+v2){ return "YES"; } x1 +=v1; x2 +=v2; } return "NO";
Seems like cookies are disabled on this browser, please enable them to open this website
Number Line Jumps
You are viewing a single comment's thread. Return to all comments →