Computer Science, asked by tarunj2471, 8 months ago

Consider the following (n + m) points on the coordinate plane |(a1,0), (a2,0), (13,0)...... (an, 0)] |(b1,1),(b2,1), (b3,1)...... (bm, 1)] Find the area of the largest rectangle that can be constructed from the given points. Input format • The first line contains one integer t denoting the number of test cases. • The first line of each test case contains two integers n and m denoting the number of elements in a and 6 respectively • The second line of each test case contains 12 integers a a 1.92 an where a th ai is the element of a • The third line of the input contains m integers b1 b2 bm, where b; is the is the th element of b Output format

Answers

Answered by meet2wahid25wl
0

Answer:

sorry dear The first line of each test case contains two integers n and m denoting the number of elements in a and 6 respectively

Similar questions