Melhores códigos de cores hexadecimais para sua Internet


46

Os trigêmeos hexadecimais como #ffffff(branco) ou #3764ef(azulado) são frequentemente usados ​​para denotar cores RGB. Eles consistem em #seguidos de seis dígitos hexadecimais (0-f) ou, às vezes, três dígitos em que a cor real é obtida dobrando cada dígito. Por exemplo, #fffé #ffffffe #1a8é #11aa88.

Infelizmente, esse atalho de três dígitos era o golfista que a internet tinha a oferecer, até agora .

Escreva um programa ou função que tenha uma sequência de 1 a 7 caracteres:

  • O primeiro caractere sempre será #.
  • Os outros personagens será sempre dígitos hexadecimais: 0123456789abcdef.

A entrada é uma forma abreviada de um trigêmeo hexadecimal (ou a forma completa se forem fornecidos 7 caracteres). Você precisa produzir um trigêmeo hexadecimal completo que expanda a taquigrafia de entrada com base nesses padrões:

Input   -> Output
#       -> #000000    (black)
#U      -> #UUUUUU
#UV     -> #UVUVUV
#UVW    -> #UUVVWW    (usual 3-digit shorthand)
#UVWX   -> #UXVXWX
#UVWXY  -> #UVWXYY
#UVWXYZ -> #UVWXYZ    (not shorthand)

Cada um U, V, W, X, Y, e Zpode ser qualquer dígito hexadecimal. A saída é sempre 7 caracteres.

Por exemplo:

Input -> Output
# -> #000000
#0 -> #000000
#4 -> #444444
#f -> #ffffff
#a1 -> #a1a1a1
#0f -> #0f0f0f
#99 -> #999999
#1a8 -> #11aa88
#223 -> #222233
#fff -> #ffffff
#1230 -> #102030
#d767 -> #d77767
#bbb5 -> #b5b5b5
#aabbc -> #aabbcc
#00000 -> #000000
#3764e -> #3764ee
#3764ef -> #3764ef
#123456 -> #123456
#f8f8f8 -> #f8f8f8

Notas

  • A entrada sempre começará com #e a saída também.

  • Você pode assumir que todas as letras de entrada são minúsculas ( abcdef) ou maiúsculas ( ABCDEF) como preferir.

  • As letras na saída podem estar nos dois casos, como você preferir. Você pode até misturar casos.

  • Alfa / transparência não é tratada aqui (embora existam versões hexadecimais de cores RGBA).

O código mais curto em bytes vence.


11
" Infelizmente, esse atalho de três dígitos era o golfista que a internet tinha a oferecer, até agora. " - Uh, não exatamente . HTML, 0 bytes - funciona de
imediato

11
O inverso disso também seria um desafio interessante
Decay Beta

9
Estou insatisfeito com a #UVWXY -> #UVWXYYentrada porque ela permite uma representação de valor único para o canal Blue, mas não há expressão semelhante para vermelho e verde (por exemplo, se eu quisesse, #889071não posso abreviar, mas #907188posso ser ... como #90718) os outros tudo funciona muito bem.
Draco18s

3
@ Draco18s eu adoro isso. Aquele e o #UVWX -> #UXVXWX. É uma inconsistente tal e comportamento arbitrário que é difícil de acreditar que não há um par de navegador que realmente atualmente implementá-lo.
XDaizu

1
A especificação CSS do @xDaizu possui #RGBAe #RRGGBBAA, portanto, o # 1234 deve ser lido comorgba(17, 34, 51, 0.25)
tsh

Respostas:


13

JavaScript, 86 82 77 bytes

x=>([s,a=0,b=a,c,d,e,f]=x,f?x:e?x+e:[s,a,d||a,c?b:a,d||b,v=c||b,d||v].join``)

basta descobrir que remover recursivo salvar 4 bytes ...

idéia de @Arnauld salvar 4 bytes, mais +1 bytes


([s,a=0,b=a,c,d,e,f]=x)=>f?x:e?x+e:d?s+a+d+b+d+c+d:c?s+a+a+b+b+c+c:s+a+a+a+b+b+bpara 80 bytes
Luke

@Luke Acabei de receberReferenceError: x is not defined
tsh

6

Gelatina , 24 bytes



x2
j0ị$
m0

0
Ḣ;LĿṁ6$$

Um programa completo (as linhas vazias são na verdade linhas vazias).

Experimente online! ou veja uma suíte de testes *

Quão?

     - Link 1 (0 bytes), returns its input (e.g. "U" -> "U")
     - Link 2 (0 bytes), returns its input (e.g. "UV" -> "UV")
x2   - Link 3, doubles up (e.g. "UVW" -> "UUVVWW")
j0ị$ - Link 4, joins with final element (e.g. "UVWX" -> "UXVXWXX")
m0   - Link 5, reflects its input (e.g. "UVWXY" -> "UVWXYYXWVU")
     - Link 6 (0 bytes), returns its input (e.g. "UVWXYZ" -> "UVWXYX")
0    - Link 7, returns zero (link 7 is also link 0 since there are 7 links)
Ḣ;LĿṁ6$$ - Main link: string
Ḣ        - head (get the '#')
       $ - last two links as a monad:
   Ŀ     -   call link at index:
  L      -     length
      $  -   last two links as a monad:
    ṁ6   -     mould like 6 (e.g. "UVWXYYXWVU" -> "UVWXYY"
         -                    or  "UV" -> "UVUVUV")
 ;       - concatenate (prepend the '#' again)
         - implicit print

* o programa da suíte de testes teve que ser alterado trocando a ordem do que eram Main linke Link 7, enquanto o rodapé se tornou o Main Link. Além disso, o arquivo #teve que ser substituído manualmente, uma vez que o programa está como está.



4

PHP 7.1, 88 bytes

#<?for(;$i<6;)echo@$argn[_22222232532233423355224462[5*$i+++strlen($argn|aa)*.85]-1]?:0;

PHP 5, 90 88 bytes

#<?for(;$i<6;)echo$argn[_10311001122011333002244012345[6*$i+++strlen($argn|aa)-8]+1]?:0;

Não faço ideia de como você consegue essa idéia, mas ela funciona. Trabalho _21422112233122444113355123456[6*$i+++strlen($argn|aa)-8]?
Jörg Hülsermann

1
você poderia explicar como isso funciona?
Brian H.

Este é legal! Ele armazena o deslocamento em $argnem 21422112233122444113355123456e seleciona o correto baseado em strlen. aapreenche a corda com pelo menos 2 caracteres. Na entrada #não existe $argn[1]por isso ?:0gera um 0. Isso também funciona para 0na string. Uma das melhores respostas que eu já vi! Infelizmente, não compensa demais (a resposta de Jörg chegou a 95).
Christoph

1
Haha, esse é o melhor abuso das strings automáticas do PHP que já vi há algum tempo. +1
ETHproductions

1
@ Christoph A segunda versão precisa de uma versão PHP sob 7.1 e uma versão PHP mais de 5,6 Acho adicionar este deve tornar isso mais claro
Jörg Hülsermann

3

PHP, 95 93 89 87

<?=strtr(_1.intval([a6n,sot,c8c,lba,vf1,vf2][strlen($argn|aa)-2],33),_134256,$argn.=0);

Basicamente, a resposta de @ JörgHülsermann, mas diminuiu bastante, então decidi publicá-la como uma resposta separada. Eu contaria essa resposta como um esforço coletivo meu e de Jörg.

-4 bytes thanks to @JörgHülsermann
-1 bytes thanks to @JörgHülsermann's base 33 numbers

3

Python 3, 166 162 160 152 bytes

import re
lambda x,d='(.)$',b=r'\1':re.sub(*[('$','0'*6),(d,b*6),('(..)$',b*3),('(\w)',b*2),('.'+'(.)'*4,r'#\1\4\2\4\3\4'),(d,b*2),('','')][len(x)-1],x)

Construo uma lista de tuplas de substituição de regex para cada padrão e, em seguida, extraio a tupla no índice len(x)-1, finalmente dividindo ( *) nos argumentos de re.sub:

lambda x, d='(.)$', b=r'\1':   # lambda expression, save often used strings
  re.sub(   # regex replacement of:
         *  # expand what follows into arguments, i.e. f(*(1,2)) -> f(1,2)
         [  # list of replacement patterns:
            # 1 character: replace the end with 6 zeroes
            ('$', '0'*6),
            # 2 chars: repeat the last character 6 times
            (d, b*6),
            # 3 chars: repeat the two non-#s 3 times.
            ('(..)$', b*3),
            # 4 chars: replace every non-# with twice itself
            ('(\w)', b*2),
            # 5 chars: has to be somewhat verbose..
            ('.'+'(.)'*4, r'#\1\4\2\4\3\4'), 
            # 6 chars: repeat the last character
            (d, b*2),
            # 7 chars: complete already, replace nothing with nothing
            ('', '')
         ][len(x)-1], # select the element from the list that has the right length
        x)  # replace in argument x

salvou 8 bytes memorizando r'\1'(obrigado, Gábor Fekete)


1
Usar r'\1'como parâmetro nomeado não salvaria alguns bytes?
Gábor Fekete

1
Você escreveu, o=r'\1'mas usa bno seu código: D
Gábor Fekete

1
@ GáborFekete Opa: D
L3viathan

3

Java 10, 228 227 224 182 bytes

s->{var x="$1$1";int l=s.length();return l>6?s:l>5?s+s.charAt(5):l<2?"#000000":s.replaceAll(l>4?"(.)(.)(.)(.)$":l==3?"([^#]{2})":"([^#])",l>4?"$1$4$2$4$3$4":l>3?x:l>2?x+"$1":x+x+x);}

Experimente online.

Explicação:

s->{                      // Method with String as both parameter and return-type
  var x="$1$1";         //  Create a temp String to repeat a match
  int l=s.length();     //  Length of the String
  return l>6?           //  If the length is 7:
    s                   //   Return the input-String as is
   :l>5?                //  Else-if the length is 6:
    s+s.charAt(5)       //   Return the input-String with the last character repeated
   :l<2?                //  Else-if the length is 1:
    "#000000";          //   Simply return the literal String #000000
   :                    //  Else (the length is 2, 3, 4, or 5):
    s.replaceAll(       //   Return the input-String after a regex replace:
                        //    With as match:
     l>4?               //     If the length is 5:
      "(.)(.)(.)(.)$",  //      Use a match for pattern #(A)(B)(C)(D)
     :l==3?             //     Else-if the length is 3:
      "([^#]{2})"       //      Use a match for pattern #(AB)
     :                  //     Else (the length is 2 or 4):
      "([^#])",         //      Use a match for pattern #(A) or #(A)(B)(C)
                        //    And as replacement: 
     l>4?               //     If the length is 5:
      "$1$4$2$4$3$4"    //      Change #ABCD to #ADBDCD
     :l>3?              //     Else-if the length is 4:
      x                 //      Change #ABC to #AABBCC
     :l>2?              //     Else-if the length is 3:
      x+"$1"            //      Change #AB to #ABABAB
     :                  //     Else (the length is 2):
      x+x+x);}          //      Change #A to #AAAAAA

2

APL (Dyalog) , 43 bytes

Requer ⎕IO←0qual é o padrão em muitos sistemas.

'#',{6⍴(≢⍵)⊃'0' ⍵(2/⍵)(∊⍵,¨⊃⌽⍵)(⍵,⌽⍵)⍵}1↓⍞

Experimente online!

1↓⍞ solte o primeiro caractere (o hash)

{ aplique a seguinte função anônima

(≢⍵)⊃ use o comprimento do argumento para escolher um dos sete valores a seguir:
  '0' a zero
   o argumento
   o argumento
  2/⍵ dois ( 2) de cada ( /) do argumento ( )
  ∊⍵,¨⊃⌽⍵ o argumento achatado ( ) ( ) seguido cada ( ) pelo primeiro ( ) de o argumento reverso ( ) ( )
  ⍵,⌽⍵ o argumento ( ) precedido ( ,) ao argumento reverso ( ) ( )
   o argumento

6⍴ repita os elementos até que um comprimento de seis seja alcançado

} fim da função anônima

'#', acrescentar um hash a esse


2

Python 2, 167 165 bytes

-2 bytes graças a Trelzevir

z=zip
lambda s:'#'+''.join([reduce(lambda x,y:x+y,c)for c in['0'*6,s[1:2]*6,z(s[1:2],s[2:3])*3,z(*z(s[1:2],s[2:3],s[3:4]))*2,z(s[1:4],s[-1]*3),s+s[-1],s][len(s)-1]])

Ele cria uma lista de sequências e escolhe com base no comprimento da sequência.


1
Você pode salvar 2 bytes usando z=zip.
Trelzevir

2

Sed, 119 (118 bytes + -E)

s/#//
s/^$/0/
s/^.$/&&/
s/^..$/&&&/
s/^(.)(.)(.)$/\1\1\2\2\3\3/
s/^(.)(.)(.)(.)$/\1\4\2\4\3\4/
s/^....(.)$/&\1/
s/^/#/

Substituição simples de texto.


2

PHP, 87 bytes

use números da base 35

<?=strtr(_2.intval([i4w,qdi,j1y,apg,ruu,ruv][strlen($argn|aa)-2],35),_234156,$argn.=0);

Experimente online!

ou use os números da Base 33

<?=strtr(_1.intval([a6n,sot,c8c,lba,vf1,vf2][strlen($argn|aa)-2],33),_134256,$argn.=0);

Experimente online!

PHP, 89 bytes

<?=strtr(_1.[11111,21212,12233,42434,23455,23456][strlen($argn|aa)-2],_123456,$argn."0");

Experimente online!

intval(["8kn",gd8,"9ft",wqq,i3j,i3k][strlen($argn|aa)-2],36) + 3 bytes usando uma base de 36

PHP, 102 bytes

<?=strtr("01".substr("11111111112121212233424342345523456",5*strlen($argn)-5,5),str_split($argn."0"));

Experimente online!

PHP, 180 bytes

<?=[str_pad("#",7,($l=strlen($p=substr($argn,1)))?$p:0),"#$p[0]$p[0]$p[1]$p[1]$p[2]$p[2]","#$p[0]$p[3]$p[1]$p[3]$p[2]$p[3]","#$p[0]$p[1]$p[2]$p[3]$p[4]$p[4]",$argn][($l>2)*($l-2)];

Experimente online!


1
Joguei esta versão em 95 bytes, mas achei que era diferente, então publiquei como uma resposta própria . Espero que você goste :) :)
Christoph

2
@Christoph No momento estou aqui com a minha versão Experimente online!
Jörg Hülsermann

2
A base 33 é uma ideia incrível! Eu estou sentado aqui há um tempo, mas não pensei nisso.
Christoph

1
@Christoph é muito parecido com o golfe da minha primeira versão. Não foi fácil jogar golfe sob minha abordagem
Jörg Hülsermann 30/05

1
@ Christoph Graças eo sistema numérico de base 35 é a minha abordagem no nosso trabalho em equipe
Jörg Hülsermann

2

Retina , 90 bytes

#(..)$
#$1$1$1
#(.)(.)(.)$
#$1$1$2$2$3
#(.)(.)(.(.))$
#$1$4$2$4$3
#$
#0
+`#.{0,4}(.)$
$&$1

Experimente online! Inclui casos de teste.

Explicação: A primeira tradução manipula dois dígitos, o segundo três, o terceiro quatro e o quarto zero. No entanto, nem a segunda nem a quarta traduções repetem o (último) dígito, pois isso é feito no final para cobrir todos os casos restantes.


2

Haskell , 130 127 122 118 109 109 95 bytes (pelo usuário1472751 )

y a|l<-[last a]=[y"0",y$a++a,a++a++a,do c<-a;[c,c],(:l)=<<init a,a++l,a]!!length a
f(h:r)=h:y r

Experimente online!


Há um espaço supérfluo por trás g.
Laikoni

1
Também (x:r)!(y:t)=x:y:r!t;e!_=eé mais curto que a!b=id=<<[[x,y]|(x,y)<-zip a b].
Laikoni

Como o primeiro caractere é sempre o que #você pode fazerg(a:t)|l<-last t=a:[ ...
Laikoni

@Laikoni de fato, essas são grandes melhorias!
bartavelle

Encontrei uma solução de 95 bytes que usa uma abordagem semelhante à sua (grandes mentes pensam da mesma forma, não é?). Você pode usá-lo ou eu posso postar uma resposta separada.
user1472751

2

Powershell, 113 111 bytes

param($s)-join($s+='0'*($s-eq'#'))[0,1+((,1*5),(2,1*2+2),(1,2,2,3,3),(4,2,4,3,4),(2..5+5),(2..6))[$s.Length-2]]

Script de teste explicado:

$f = {

param($s)           # parameter string
$s+='0'*($s-eq'#')  # append '0' if $s equal to '#'
$i=(                # get indexes from array
    (,1*5),         # $i = 1,1,1,1,1 if $s.length-2 = 0
    (2,1*2+2),      # $i = 2,1,2,1,2 if $s.length-2 = 1
    (1,2,2,3,3),    # $i = 1,2,2,3,3 if $s.length-2 = 2
    (4,2,4,3,4),    # $i = 4,2,4,3,4 if $s.length-2 = 3
    (2..5+5),       # $i = 2,3,4,5,5 if $s.length-2 = 4
    (2..6)          # $i = 2,3,4,5,6 if $s.length-2 = 5
)[$s.Length-2]
-join$s[0,1+$i]     # join chars from $s by indexes 0, 1 and $i


}

@(
    , ("#", "#000000")
    , ("#0", "#000000")
    , ("#4", "#444444")
    , ("#f", "#ffffff")
    , ("#a1", "#a1a1a1")
    , ("#0f", "#0f0f0f")
    , ("#99", "#999999")
    , ("#1a8", "#11aa88")
    , ("#223", "#222233")
    , ("#fff", "#ffffff")
    , ("#1230", "#102030")
    , ("#d767", "#d77767")
    , ("#bbb5", "#b5b5b5")
    , ("#aabbc", "#aabbcc")
    , ("#00000", "#000000")
    , ("#3764e", "#3764ee")
    , ("#3764ef", "#3764ef")
    , ("#123456", "#123456")
    , ("#f8f8f8", "#f8f8f8")
) |% {
    $s, $e = $_
    $r = &$f $s
    "$($e-eq$r): $r"
}

Resultado:

True: #000000
True: #000000
True: #444444
True: #ffffff
True: #a1a1a1
True: #0f0f0f
True: #999999
True: #11aa88
True: #222233
True: #ffffff
True: #102030
True: #d77767
True: #b5b5b5
True: #aabbcc
True: #000000
True: #3764ee
True: #3764ef
True: #123456
True: #f8f8f8

1

JavaScript (ES6), 96 bytes

s=>'#'+(c=[u,v,w,x,y,z]=s.slice(1)||'0',z?c:y?c+y:(x?u+x+v+x+w+x:w?u+u+v+v+w+w:c.repeat(v?3:6)))


1

Perl, 61 bytes

say+(/./g,0)[0,1,(unpack+S7,"g+g+ÜRÉ/Â¥[ [")[y/#//c]=~/./g]

Corra com perl -nE. Supõe que a entrada seja exatamente como descrito (fornece resultados incorretos se a entrada tiver uma nova linha à direita).

A cadeia "g + g + ÜRÉ / Â ¥ [[" codifica os 7 números de 16 bits 11111,11111,21212,12233,42434,23455,23456como 14 caracteres latin1. Aqui está um hexdump para maior clareza:

0000001d: 672b 672b dc52 c92f c2a5 9f5b a05b       g+g+.R./...[.[

I substituiu a corda Latin-1 com uma chamada para embalar (), e tem: perl -nE 'say+(/./g,0)[0,1,(unpack+S7,pack "H*","672b672bdc52c92fc2a59f5ba05b")[y/#//c]=~/./g]'. Mas quando digito "#a", recebo "# a0a0a0", o que acho errado. Deve ser "#aaaaaa". (Talvez eu cometi um erro na chamada pack ().)
JL

Desta vez eu substituiu o descompactar () e pack () chama com os shorts literais, e tem: perl -nE 'say+(/./g,0)[0,1,(11111,11111,21212,12233,42434,23455,23456)[y/#//c]=~/./g]'. Ainda parece estar errado, pois "#a" ainda gera a resposta incorreta de "# a0a0a0" (em vez de "#aaaaaa").
JL

Ah! Eu descobri! Eu precisava usar o -lswitch (que é "ell" como na "letra L") com o -nEinterruptor, como este: perl -lnE 'say+(/./g,0)[0,1,(11111,11111,21212,12233,42434,23455,23456)[y/#//c]=~/./g]'. Agora funciona corretamente.
JL

O aviso que diz "(fornece resultados incorretos se a entrada tiver uma nova linha à direita)" pode ser eliminado alterando "Executar com perl -nE" para "Executar com perl -lnE". (A -lparte da chave se livrar da nova linha de fuga para você.)
JL

O uso -Fna linha de comando permite alterar isso para say+(@F,0)[0,1,(unpack+S7,"g+g+ÜRÉ/Â¥[ [")[$#F]=~/./g]salvar 5 bytes no código.
Xcali 28/06

1

Lote do Windows, 389372362 349231 bytes

Copiei totalmente o código @ Neil ...

@call:c %s:~1,1% %s:~2,1% %s:~3,1% %s:~4,1% %s:~5,1% %s:~6,1%
@exit/b
:c
@for %%r in (#%1%2%3%4%5%6.%6 #%1%2%3%4%5%5.%5 #%1%4%2%4%3%4.%4 %s%%1%2%3.%3 
%s%%1%2%1%2.%2 %s%%1%1%1%1%1.%1 #000000.0)do @if not %%~xr.==. @echo %%~nr&exit/b

1
substituir% s% por% 1 deve economizar alguns bytes.
Satibel 30/05

2
%s:~3,1%%s:~4,1%pode ser substituído por %s:~3,2%. Também não tenho certeza de que isso funcione para uma entrada de #.
305 Neil

2
A propósito, tentei um algoritmo diferente, que saiu em 243 bytes.
305 Neil

1
Posso saber qual é o algoritmo?
Stevefestl

1
(Desculpe, eu não vi o seu comentário devido à falta de @ Neil.) Há alguns clichês, mas as duas linhas de interesse são call:c %s:~1,1% %s:~2,1% %s:~3,1% %s:~4,1% %s:~5,1% %s:~6,1%e for %%r in (#%1%2%3%4%5%6.%6 #%1%2%3%4%5%5.%5 #%1%4%2%4%3%4.%4 %s%%1%2%3.%3 %s%%1%2%1%2.%2 %s%%1%1%1%1%1.%1 #000000.0)do if not %%~xr.==. echo %%~nr&exit/b.
314 Neil

1

Pitão, 35 bytes

+\#@<R6[J|tQ\0K*6JKKs*R2JjeJJ+JeJ)l

Experimente online aqui ou verifique todos os casos de teste aqui .

+\#@<R6[J|tQ\0K*6JKKs*R2JjeJJ+JeJ)lQ   Implicit: Q=eval(input())
                                       Trailing Q inferred
          tQ                           Remove first char of input
         |  \0                         The above, or "0" if empty
        J                             *Store in J (also yields stored value)
              K*6J                    *Repeat J 6 times, store in K
                  KK                  *2 more copies of the above
                    s*R2J             *Duplicate each char of J in place
                         jeJJ         *Join chars of J on last char of J
                             +JeJ     *Append last char of J to J
       [                         )     Wrap the 5 starred results in an array
    <R6                                Trim each to length 6
   @                              lQ   Choose result at index of length of input
                                       (Modular indexing, so length 7 selects 0th element)
+\#                                    Prepend #, implicit print

1

Python 2 , 99 bytes

def a(s):s=s[1:]or'0';l=len(s);print('#'+(l/4*s[-1]).join(i+i*(l==3)for i in(l<5)*6*s)+s+s[-1])[:7]

Experimente online!


Bom primeiro post. Como um aparte, Experimente online! é um site opcional, mas recomendado, que executa o código para incluir em sua resposta. Ele pode gerar postagens de CG&CC e fornece uma contagem precisa de bytes para inicializar.
Veskah 27/06

Muito legal, obrigado!
Jitse 27/06

0

Python 2 - 179 bytes

n=raw_input()                                #prompts for string
t=len(n)                                     #the length of the string is stored to 't'
if t==1:n+="0"*6                             #if t is only one char long, it needs to be black, so n is assigned 6 zeroes
if t==2:n+=n[1]*5                            #if t is two chars long, it adds the last character times 5 at the end
if t==3:n+=n[1:3]*2                          #if t is 3 chars, it multiplies the last two digits times 3
if t==4:n="#"+n[1]*2+n[2]*2+n[3]*2           #if t is 4 chars, it multiplies each char by two
if t==5:n=n[:2]+n[4]+n[2]+n[4]+n[3]+n[4]     #if t is 5 chars, it makes it work
if t==6:n+=n[t-1]                            #if t is 6 chars, it adds the last character to the end
print n                                      #it prints out n

Alguém pode me ajudar a salvar alguns bytes? Todas as declarações if parecem poder ser abreviadas para algo mais curto, simplesmente não sei o quê.


1
Tente colocar cada trecho em uma lista e indexação. Além disso, mudar para Python 3 provavelmente salvará bytes e list[len(list)-x]é o mesmo que list[-x].
CalculatorFeline

Se você deseja extrair alguns bytes, considere converter if t==1:para if t<2:(e if t==2:para if t<3:etc.). É menos legível, com certeza, mas mais capaz de codificar golfe!
JL

0

TXR Lisp: 171 bytes

Recuado:

(do let ((s (cdr @1)))
  (caseql (length s)
    (0 "#000000") 
    (1 `#@s@s@s@s@s@s`)
    (2 `#@s@s@s`)
    (3 `#@[mappend list s s]`)
    (4 `#@[s 0]@[s 3]@[s 1]@[s 3]@[s 2]@[s 3]`)
    (5 `#@s@[s 4]`)
    (6 `#@s`))))

Esta é uma função anônima: a domacro gera um (lambda ...)formulário.

É um estilo de codificação idiomática, adequado para produção; o único golfe é esmagar o espaço em branco:

(do let((s(cdr @1)))(caseql(length s)(0"#000000")(1`#@s@s@s@s@s@s`)(2`#@s@s@s`)(3`#@[mappend list s s]`)(4`#@[s 0]@[s 3]@[s 1]@[s 3]@[s 2]@[s 3]`)(5`#@s@[s 4]`)(6`#@s`))))

0

Braingolf , 95 bytes

l1-.1e$_!&@4>[!@]|.2e$_!&@!@2!@2|.3e$_<@V2[R<!@!@v]|.4e$_<@VRM&,2>[@v!@R]|.5e$_<@!&@@|.6e$_&@|;

Experimente online!

Isso é efetivamente o equivalente de Braingolf a um caso de mudança na quantidade de caracteres após #a entrada.

Explicação

Coisas que sempre são executadas:

l1-.1  Implicit input to stack
l      Push length of stack
 1-    Decrement last item in stack
   .   Duplicate last item in stack
    1  Push 1

Se #X:

e$_!&@4>[!@]|
e              If last 2 items (input length - 1 and 1) are equal..
 $_            ..Pop last item silently
   !&@         ..Print entire stack as chars without popping
      4>       ..Push 4 and move it to start of stack
        [..]   ..While loop, decrements first item in stack when it reaches ]
               ..If first item in stack is 0 when reaching ], exit loop
               ..This loop will run 5 times
         !@    ....Print last char without popping
            |  endif

E se #XX

Este pode ser um pouco jogável, eu posso olhar quando chegar em casa

.2e$_!&@!@2!@2|
.2               Duplicate last item and push 2
  e              If last 2 items (input length - 1 and 2) are equal..
   $_            ..Pop last item silently
     !&@         ..Print entire stack as chars without popping
        !@2      ..Print last 2 items as chars without popping
           !@2   ..Print last 2 items as chars without popping
              |  Endif

E se #XXX

.3e$_<@V2[R<!@!@v]|
.3                   Duplicate last item and push 3
  e                  If last 2 items (input length - 1 and 3) are equal..
   $_                ..Pop last item silently
     <@              ..Move first item in stack to the end, then pop and print
       V2            ..Create new stack and push 2 to it
         [.......]   ..While loop, see above for explanation
          R<         ....Switch to stack1 and move first item to end of stack
            !@!@     ....Print last item on stack twice without popping
                v    ....Move to stack2 for loop counting
                  |  Endif

Você entendeu a ideia


0

Ruby , 127 bytes

c=~/#(.)?(.)?(.)?(.)?(.)?(.)?/
$6?c:'#'+($5?$1+$2+$3+$4+$5*2:$4?$1+$4+$2+$4+$3+$4:$3?$1*2+$2*2+$3*2:$2?($1+$2)*3:$1?$1*6:"0"*6)

Experimente online!


0

Ruby , 118 bytes

def f c
c.sub!'#',''
s=c.size
t=c[3]
s>5?'#'+c:f(s<1?'0':s<2?c*6:s<3?c*3:s<4?c*2:s<5?c[0]+t+c[1]+t+c[2]+t:c+c[-1])
end

Experimente online!


0

05AB1E , 24 bytes

ćU©0®Ð€D®S¤ý®¤«)JIgè6∍Xì

Experimente online ou verifique todos os casos de teste .

Explicação:

ć           # Extract the head of the (implicit) input-string;
            # pop and push remainder and head
 U          # Pop and store the head in variable `X`
  ©         # Store the remainder in variable `®` (without popping)
  0         # Push a 0
  ®Ð        # Push `®` three times
    D      # Duplicate each character in the last copy (which becomes a character-list)
  ®S        # Push variable `®` again, converted to a character-list
    ¤       # Get its last character (without popping the list itself)
     ý      # Join the list by this character
  ®         # Push variable `®` once again
   ¤        # Get its last character (without popping the string itself)
    «       # Append it to the string
  )         # Wrap all values into a list
   J        # Join the inner list from `€D` together to a list,
            # or in case of input `#`, join everything together to string "0"
            #  i.e. "#" → (["","0","","","",""] → ) "0"
            #  i.e. "#4" → ["4","0","4","4","44","4","44"]
            #  i.e. "#a1" → ["a1","0","a1","a1","aa11","a11","a11"]
            #  i.e. "#1a8" → ["1a8","0","1a8","1a8","11aa88","18a88","1a88"]
            #  i.e. "#abcd" → ["abcd","0","abcd","abcd","aabbccdd","adbdcdd","abcdd"]
            #  i.e. "#3764e" → ["3764e","0","3764e","3764e","33776644ee","3e7e6e4ee","3764ee"]
            #  i.e. #123456 → ["123456","0","123456","123456","112233445566","16263646566","1234566"]
    Ig      # Push the length of the input
      è     # Index (0-based) this into the list (with automatic wraparound for length=7)
       6   # Extend/shorten the string to length 6
         Xì # And prepend variable `X` (the "#")
            # (after which the result is output implicitly)
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.