VB
Size: a a a
VB
VB
MK
MK
VB
2;VB
SS
2;foul_l${f_l}.png;SS
SS
VB
VB
SS
VB
SS
L
function whoIsNext(names, r) {
let i = 0, sh = 1, count = names.length;
while(1) {
if ( i + count >= r )
return names[ (r - 1 - i) / sh | 0 ];
i += count;
count *= 2;
sh *= 2;
}
}S
function whoIsNext(names, r) {
let i = 0, sh = 1, count = names.length;
while(1) {
if ( i + count >= r )
return names[ (r - 1 - i) / sh | 0 ];
i += count;
count *= 2;
sh *= 2;
}
}
DZ
function whoIsNext(names, r) {
let i = 0, sh = 1, count = names.length;
while(1) {
if ( i + count >= r )
return names[ (r - 1 - i) / sh | 0 ];
i += count;
count *= 2;
sh *= 2;
}
}L
SS