25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

8 satır
185 B

  1. var
  2. InvertedY: integer;
  3. begin
  4. InvertedY := round(intpower(2,GetZ-1)) - 1 - GetY;
  5. ResultURL:=GetURLBase+'/'+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(InvertedY);
  6. end.