| 
Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб.  Question by Meral Ari. 
  
  
What quadrant is it? 
Question:  
You will be given the coordinate of a point. Find
and show what quadrant the given point is in?
 Input specification   
Two integers: x and y where
-10000 ≤ x ≤ 10000 and -10000 ≤ y ≤ 10000
 
Output specification   
Show proper message:
 
- If the point is in center (0,0), then show the message "Center"
 
- If the point is over x axis, then show the message "Over X axis"
 
- If the point is over y axis, then show the message "Over Y axis"
 
- Otherwise, show the quadrant name.
 
 
|  Sample Input I    | 
 Sample Input II    |   
 5 -3    | 
 0 0   | 
 
|  Sample Output I    | 
 Sample Output II    | 
 
 Quadrant 4    | 
 Center    | 
 
 
Для отправки решений необходимо выполнить вход.
  
 |