504036 - 有理数取模

【题目描述】有理数取模(m)

给出一个有理数c=a/b,求c mod 19260817的值。

Input

两个整数a和b(0≤a,b≤1010001)。

Output

一个整数,代表求余后的结果。如果无解,输出“Angry!”。

Examples

Input

233 666

Output

18595654
Time Limit 1 second
Memory Limit 128 MB
Stats
上一题 下一题