Doble Bucle


Submit solution

Points: 3 (partial)
Time limit: 1.0s
Memory limit: 64M

Author:
Problem type
Bucles simples
Category
Aprenentatge
Allowed languages
Bash, C#, C++, Haskell, Java, Kotlin, PHP, Python

Fes un programa que donat un nombre n, repeteixi d’aquesta forma: un uns, dos dosos, tres tresos, etc.

Entrada

L’entrada és un sol nombre.

Sortida

la sortida es comptar d'1 fins el nombre repetint el nombre, imprés com una sola string.

Exemple d'Entrada

5

Exemple de Sortida

122333444455555

Comments

There are no comments at the moment.