Recursion
Two set of number are given, find the gcd of each set and the display result of a b eg. 2.4a = 2 3.6 - b = 3 display 2^3 = 8
INPUT FORMAT
First line of input contains two numbers 1.e. first pait, n1.n2 Secondline of input contains two numbers l.e. second pair, n3.n4
OUTPUT FORMAT
Single line output shown the result of a b
CONSTRAINTS
1<=n1n2.n3.n4<=100
Sample input 1
27 9
30 10
Sample output 1
3486784401
Answers
Answered by
0
Answer:
It's a co\de. srakhdbbar
Explanation:
Similar questions