MAY1YX5 - Mayores que el primero y multiplos de 5

no tags 

in English

Enter a natural number N and then a sequence of N positive integers. Report how many numbers of the sequence  are greater than the first number, also report how many number are multiples of 5.

Input

Natural number + sequence of integers.

Output

Quantity of numbers greater than the first number + quantity of numbers multiples of 5.

Example 1

Input:
5
3
7
2
10
45 Output: 3 2

en Español

Se ingresa un número natural N y a continuación una secuencia de N números enteros positivos. Informar cuantos números de la secuencia superan al primero de la secuencia y la cantidad de múltiplos de 5 que hay en esa secuencia.

Entrada

Número natural + secuencia de enteros.

Salida

Cantidad de numeros mayores al primero + cantidad de multiplos de 5.

Ejemplo

Input:
5
3
7
2
10
45 Output: 3 2

hide comments
nadstratosfer: 2018-03-25 03:48:00

Print no newline else WA.


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