Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

8 wiersze
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.