let a=[...(new Array(n)).keys()];let b=Array.from({length:n},(v, k) => k);let c = (n) => Array.from({length:n}).map((v,k) => k);