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
2012-09-13 20:47:42 ahmed nasser
wa and don't now why
more test cases !!!!
2012-08-31 12:46:46 kamalesh
after 5 WA i got AC!!!
2012-08-11 10:36:45 code warrior
input
5
1/4
3/4
3/4
1/2
3/4
output
5
2012-08-03 18:00:27 abc
anyone can tell no. of lines between two consecutive inputs ?
2012-08-01 16:01:48 Bijoy Prakash
the problem statement is a bit confusing.
Anyway this is the modified one if its useful for someone:
1 whole pizza for Abotrika and his friends might want 1/2, 1/4 or 3/4 pizzas.
But each friend wants his piece of pizza in the same pizza. i.e. a person needing 3/4 pizza would want it in one pizza and not 1/2 from 1 and 1/4 from another.
hope i didn't confuse more :P
2012-07-18 22:45:50 David Feuer
Why do you exclude some languages?
2012-07-15 16:03:29 Abhishek Kumar
take the character array size greater than 3.it cost me sigsev
2012-07-03 16:42:32 Shubham
"and all of them wants his amount of pizza in one slice."

plz read it as "want their amount" and not confuse it as "his amount". :\
2012-05-17 06:28:35 Anirudh Goyal
provide some more test cases plz....
getting wrong answer....
2012-03-18 19:05:52 strings
has it got some tricky sort of test cases??? i am getting wa, but got right ans for tests i made...
am i missing something???
my submission no. 6681199, pls check...
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.