Xác định góc phần tư

View as PDF

Submit solution

Points: 0.01
Time limit: 1.0s
Memory limit: 64M
Input: stdin
Output: stdout

Authors:
Problem type

Viết chương trình nhập tọa độ điểm A(x, y) trong hệ tọa độ XY. Xác định góc phần tư của điểm.

Input

Một dòng duy nhất chứa hai số nguyên x, y tương ứng tọa độ A

Output

Một dòng duy nhất là

Examples

Input

4 7 

Output

I

Input

4 -7 

Output

IV

Comments

Please read the guidelines before commenting.


There are no comments at the moment.