Write a program that prints 1 if the given statement is true and 0 otherwise.
the given numbers x and y are the coordinates of the point lying in the first coordinate quadrant
input
the input is two integers x and y (-10^5<x,y<10^5)
output
1 - given numbers x and y are the coordinates of a point lying in the first coordinate quarter
0 - otherwise