You are viewing a single comment's thread. Return to all comments →
why did you use y%s[(x^lastAnswer)%n].size()? in here: -
lastAnswer=s[(x^lastAnswer)%n][y%s[(x^lastAnswer)%n].size()];
cause, acc to que, it should be just this much: -
lastAnswer=s[(x^lastAnswer)%n][y];
Seems like cookies are disabled on this browser, please enable them to open this website
Dynamic Array
You are viewing a single comment's thread. Return to all comments →
why did you use y%s[(x^lastAnswer)%n].size()? in here: -
lastAnswer=s[(x^lastAnswer)%n][y%s[(x^lastAnswer)%n].size()];
cause, acc to que, it should be just this much: -
lastAnswer=s[(x^lastAnswer)%n][y];