Problem2130--【入门】时钟旋转(1)

2130: 【入门】时钟旋转(1)

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

时钟上面的时针从m时走到n时旋转了多少度?(m<=n,且mn都是1~12之间的整数)


Input

2个整数m和n

Output

一个整数代表时针旋转的度数

Sample Input Copy

1 4

Sample Output Copy

90