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
saket diwakar: 2012-03-16 19:31:04

ufffff..a silly mistake costs me 11 WA's....what the hell.......

Yashodhan S. Katte: 2012-03-04 07:15:40

all of them wants their(not his) amount of pizza in one slice.

Garima Sachan: 2012-02-21 20:00:46

Abotrika eats one complete pizza
and all of them wants his amount of pizza in one slice.

Pluston: 2012-02-21 14:35:53

Can any one explain why output is 4 in first case?
All pizzas are of same size,right?

Last edit: 2012-02-21 14:46:54
Thomas Lehmann: 2012-02-15 19:20:39

The second example I can understand:
1/2 + 1/2 = 1
3/4 + 1/4 = 1
So you have 2 + 1/4 but you need 3 pizzas
and one additional for Abotrika -> Example says 4 -> fine!

The first one I don't understand:
1/2 + 3/4 + 3/4 = 2
So I take 2 and one for Abotrika, which is 3
but the example says 4, why?

Ahhh ... a minute later ... (sorry) ... I got it.

Last edit: 2012-02-15 19:22:41
saket diwakar: 2012-01-06 05:56:49

getting again and again wrong answer..can anyone please give me any case that i m missing?????

Prakhar Jain: 2011-12-01 12:47:36

print just a new line after your answer...

Kunal Kapadia: 2011-07-08 08:57:05

@DJ
Juzz use scanf("%d/%d", &a, &b);
and ur mistake is that in competition test cases they were not adding 1 pizza for Abotrika...whereas here u need to do that.. so juzz +1 to ur soln

DJ: 2011-05-22 18:01:39

For some weird reason, I keep getting SIGSEGV (Run time error). The program is yielding right results for all test cases [including the ones provided at http://www.hsin.hr/2004/national/first_day/seniors/test_data.zip]
Output + Code : [link to the source was here]
Please help!

Edit by kokosek: If You have such problem try asking on forum and read point 1!

Last edit: 2011-10-06 18:31:14
Kunal Kapadia: 2011-03-21 18:13:59

where all we need to put the newline its not clear in the Q??
plzz reply those who got AC..


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