EGYPIZZA - Pizza

Abotrika is having a party because his team won the African cup so he is inviting his friends to eat some pizza. Unfortunately, his friends can't eat an entire pizza but all of them know exactly how much pizza they can eat and insist on getting the exact amount of pizza but Abotrika eats one complete pizza and all of them wants his amount of pizza in one slice. Their requests break down to three different pizza slices-either one quarter or a half or three quarters of pizza.

Write a program that will help Abotrika to find out what is the minimal number of pizzas he has to order so that everyone gets exact amount of pizza they want.

Input

First line contains an integer N, 0 ≤ N ≤ 10 000, the number of friends. In each of next N lines there is amount of pizza that each of Abotrika's friends wants to eat, that is the fraction 1/4, 1/2 or 3/4.

Output

In the first and only line you should write the minimal number of pizzas Abotrika has to order don't forget to order one complete pizza for Abotrika.

Example 1

Input:
3
1/2
3/4
3/4

Output:
4

Example 2

Input:
5
1/2
3/4
1/2
1/4
1/4 

Output:
4

Added by:Kawmia Institutes
Date:2010-08-18
Time limit:0.204s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64 BF LISP sbcl LISP clisp JS-RHINO LUA OBJC PHP VB.NET
Resource:Croatian Highschool Competitions in Informatics 2004

hide comments
2013-06-17 13:52:44 Rishabh Dugar
was getting wa at test case(8),,when i found bug in my code from following test case,,,
ip
2
3/4
1/4
o/p
2
2013-06-15 07:13:10 Unknown
Run this case
4
3/4
1/4
1/2
1/4
output:
3
2013-06-03 12:46:33 Vishal Sharma
getting WA after running(8)
2013-05-28 13:22:36 mystique_blue
Add Bijoy's comment to the problem statement. +1 Bijoy. You helped me....

@Arika.. read the problem statement..... input can only be 1/2 1/4 3/4....

Last edit: 2013-05-28 13:24:30
2013-05-24 07:24:00 jagadeesh babu chitta
@ ersaa khaled khairalla
u 4got about the line "all of them wants his amount of pizza in one slice."
2013-05-08 11:56:55 Abdallah Okasha
Take input as he show u in the problem statement & Get AC :D
2013-05-06 19:19:37 esraa khaled khairalla
how could 1/2 and 3/4 and 3/4 and 1 became 4 any ideas
2013-04-15 00:26:48 twinkles
getting WA after running(8) please give me more testcases
2013-03-17 17:56:33 shashank
after running(9) ... I'm getting WA..
help me???
2013-03-06 06:32:08 chintan
i just got 1 point yeppeee...!!!
:) :) :D

Last edit: 2013-03-06 06:32:39
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.