first line of input contains an N number of integer
Answers
Answered by
3
First line of input will consist of a single integer T denoting number of test-cases. Each test-case will consist of two lines. First line will have a single integer N denoting number of integers in the array. Next line willcontain N space separated integersdenoting the contents of the array.
Similar questions