write five pairs of integers (a,b) such that a + b = -4. One such pair is (24,-6) as 24+ (-6)=-4
Answers
Answered by
0
Answer:
Step-by-step explanation:
Input: N = 30
Output: 15
Explanation: GCD of (15, 15) is 15, which is the maximum possible GCD
Input: N = 33
Output: 11
Explanation: GCD of (11, 22) is 11, which is the maximum possible GCD
Similar questions