Solved Problem - Pair Sum
We'll cover the following...
Problem statement
Given a sorted array of integers . Find if there exist a pair of integers and such that the sum is equal to the given integer .
Input format
The first line of input consists of two space-separated integers and ...