const i=(r,a,f,e)=>(r=Math.floor(Math.abs(r))%100,r>10&&r<20?e:(r=r%10,r===1?a:r>=2&&r<=4?f:e));export{i as p};