You are viewing a single comment's thread. Return to all comments →
Admin or @ikbalkazar, please correct the problem description.
In query 1 and query 2:
from:
idx = (x ^ lastAnswer)
to:
idx = (x ^ lastAnswer) % n
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 →
Admin or @ikbalkazar, please correct the problem description.
In query 1 and query 2:
from:
idx = (x ^ lastAnswer)
to:
idx = (x ^ lastAnswer) % n