Problem hidden
This problem was hidden by Editorial Board member probably because it has incorrect language version or invalid test data, or description of the problem is not clear.

ALGOUPT10 - Contagem

Elabore um programa que dada a entrada de um valor inteiro n (máximo 100), mostre uma sequencia de 20 valores que se inicia em 1 e é incrementado a cada iteração de n.

A saída é finalizada com \n.

Exemplos:

Entrada

1

Saída

1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20.


Entrada

2

Saída

1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39.



Entrada

3

Saída

1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,49,52,55,58.

 



Added by:IFTM_Maratona
Date:2022-08-26
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:C
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.