Llistes reductibles X53085


Statement
 

pdf   zip

html

Feu un programa construeixi unes llistes de números a partir del nombre indicat.

Entrada

L’entrada consisteix en un enter positiu

Sortida

La sortida ha de mostrar diverses files a partir del nombre inicial però cada línia es va reduint.

Public test cases
  • Input

    6
    

    Output

    123456
    12345
    1234
    123
    12
    1
    
  • Input

    8
    

    Output

    12345678
    1234567
    123456
    12345
    1234
    123
    12
    1
    
  • Input

    11
    

    Output

    1234567891011
    12345678910
    123456789
    12345678
    1234567
    123456
    12345
    1234
    123
    12
    1
    
  • Information
    Author
    Language
    Catalan
    Official solutions
    Python
    User solutions
    Python