ques 4

4

2 votes
Very-Easy
Problem
  1. you are given n inputs. find the max pair sum. max pair sum means the maximum sum that can be obtained by adding 2 numbers. (make sure the numbers are distinct.) all numbers in the input are distinct

input Format:
First line contains N.
Next Line contains N integers.


Time Limit: 5
Memory Limit: 256
Source Limit:
Explanation

hello

Editor Image

?