3 lines
127 B

  1. begin
  2. ResultURL:=GetURLBase+inttostr(GetZ-3)+'/'+inttostr(GetX)+'/'+inttostr(round(intpower(2,getz-1)-GetY-1))+'.jpeg';
  3. end.