EGYPIZZA - Pizza

no tags 

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

hide comments
Satyaki Upadhyay: 2013-09-11 19:47:19

i keep getting WA after running(9)...
can anyone help pls??

Aswin Murugesh: 2013-08-27 12:11:57

AC after 7 WA :)

californiagurl: 2013-08-25 08:02:55

i don't understand why i'm getting WA....are those '\n's before each line of input?if so, how to take care of it?

if ulook up my submission profile for this one, u'll know exactly how frustrated i have been for these last couple of days.....finally AC in 0.00sec !!!!

Last edit: 2013-08-27 05:50:54
(Tjandra Satria Gunawan)(曾毅昆): 2013-08-22 03:37:22

my greedy program will fail for this case:
 4
 1/4
 1/2
 1/2
 3/4

Finally AC after analyzing with case above.

Prakhar Gupta: 2013-08-04 14:24:18

finally....AC

Ayush Vatsa: 2013-07-23 09:10:17

took me like 6 hrs to solve...just because of silly mistakes.

pika_pika: 2013-07-10 12:34:20

after large number of WA's, happy to see the green light. thanks everyone for the test cases. :)

SherlocK: 2013-07-03 18:41:36

hey guys.. can someone plz plz tell me the format of the input and the output.. meaning the no.of spaces and new line etc.. as my code is giving correct o/p for the various test cases available but its showing wrong answer..this is despite the fact that the output is correct even for those test cases..(not just the ones given as examples for this program)

Last edit: 2013-07-03 18:42:29
Ouditchya Sinha: 2013-06-23 17:29:03

@Himanshu Kumar Sahu : Answer for your test case is 18. Just read the question carefully & work out small test cases to get the logic. :)

Himanshu: 2013-06-20 17:50:02

what will be the answer of the following case please xplain... thanx in advance
37
1/2
1/2
1/4
1/2
3/4
1/4
1/2
3/4
3/4
1/4
1/4
1/2
3/4
3/4
1/2
1/4
3/4
1/4
1/2
3/4
1/2
1/2
1/2
3/4
1/4
1/4
1/4
1/4
1/4
3/4
1/4
1/4
1/4
3/4
1/4
1/4
1/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