GIRLSNBS - Girls and Boys

no tags 

There are G girl students and B boy students in a class that is about to graduate. You need to arrange them in a single row for the graduation. To give a better impression of diversity, you want to avoid having too many girls or too many boys seating consecutively. You decided to arrange the students in order to minimize the gender regularity. The gender regularity of an arrangement is the maximum number of students of the same gender (all girls or all boys) that appear consecutively. Given G and B, calculate the minimum gender regularity among all possible arrangements.

Input

Each test case is described using a single line. The line contains two integers G and B representing the number of girls and boys in the class, respectively (0 ≤ G, B ≤ 1000). The end of input is indicated with a line containing the number −1 twice.

Output

For each test case, output a single line with a single integer representing the minimum gender regularity that an arrangement of G girls and B boys can have.

Example

Input: 
10 10
5 1
0 1000
-1 -1
Output:
1
3
1000

hide comments
garmel: 2015-11-06 20:38:32

The problem's test cases are bad....they make you think of a total different thing....take your time while you're reading yhis problem..." the same gender (all girls OR all boys) that appear consecutively."

dumborakesh: 2015-11-01 22:05:44

easy one!!

Rahul Chaurasia: 2015-10-31 15:09:24

so easy
input :
256 23
123 12
11 6

output :
11
10
2

coder_shishir: 2015-08-31 13:30:24

easy one...take care of : G=0, B=0;

uptoyou: 2015-06-26 06:32:49

i don't understand the problem ._. if you don't mind, explain please, thanks :D

edit : already understand :D

Last edit: 2015-06-26 06:43:27
vagesh_verma: 2015-05-15 17:44:28

so eassyyyy

kamran siddique: 2015-04-07 08:53:33

Thanks vikki

Daljeet Singh: 2015-03-28 09:04:43

more test cases:-
input:-
10 4
11 4
5 20
10 20

output:-
2
3
4
2

kunal todi: 2015-03-01 12:46:04

can anyone give me more test cases

Amber: 2015-02-21 12:32:40

Plz give me more testcases.
Thanks.


Added by:Pablo Ariel Heiber
Date:2010-09-27
Time limit:2s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64 NODEJS OBJC VB.NET
Resource:FCEyN UBA ICPC Selection 2010