BISIESTO - Año Bisiesto

no tags 

in English

Make a program that allows the entry of an integer (corresponding to one year greater than 1582 and smaller than 2401) and report "Bisiesto" (leap-year), or "No Bisiesto" (non-leap year) as appropriate.

Input

Year (between 1582 and 2401)

Output

"Bisiesto" or "No Bisiesto"

Example 1

Input:
1600

Output:
Bisiesto

Example 2

Input:
2015

Output:
No Bisiesto


en Español

Codificar un programa que permita el ingreso de un numero entero (correspondiente a un año > 1582 y menor que 2401) e informe "Bisiesto", o "No Bisiesto" según corresponda.

Entrada

Año (entre 1582 y 2401)

Salida

"Bisiesto" o "No Bisiesto"

Ejemplo 1

Input:
1600

Output:
Bisiesto

Ejemplo 2

Entrada:
2015

Salida:
No Bisiesto

hide comments
Simes: 2023-04-27 19:18:40

Missing testcases: 'NoneT


Added by:Coach UTN FRSF
Date:2015-05-04
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64 JS-MONKEY