Submit | All submissions | Best solutions | Back to list |
NIMPARES - Los N primeros nĂºmeros impares |
in English
Write a program to find the sum of the first n odd integers.
Input
Integer number.
Output
The sum of the first n odd numbers.
Example 1
Input: 2 Output: 4
Example 2
Input: 7 Output: 49
en Español
Escribir un programa para hallar la suma de los n primeros números enteros impares.
Entrada
Número entero.
Salida
La suma de los primeros n números impares.
Ejemplo 1
Input: 2 Output: 4
Ejemplo 2
Entrada: 7 Salida: 49
Added by: | Coach UTN FRSF |
Date: | 2015-06-23 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: ASM64 JS-MONKEY |