FASHION - Fashion Shows


A fashion show rates participants according to their level of hotness. Two different fashion shows were organized, one for men and the other for women. A date for the third is yet to be decided ;) .

Now the results of both fashion shows are out. The participants of both the fashion shows have decided to date each other, but as usual they have difficuly in choosing their partners. The Maximum Match dating serive (MMDS) comes to their rescue and matches them in such a way that that maximizes the hotness bonds for all couples.

If a man has been rated at hotness level x and a women at hotness level y, the value of their hotness bond is x*y.

Both fashion shows contain N participants each. MMDS has done its job and your job is to find the sum of hotness bonds for all the couples that MMDS has proposed.

Input

The first line of the input contains an integer t, the number of test cases. t test cases follow.

Each test case consists of 3 lines:

  • The first line contains a single integer N (1 <= N <= 1000).
  • The second line contains N integers separated by single spaces denoting the hotness levels of the men.
  • The third line contains N integers separated by single spaces denoting the hotness levels of the women.

All hotness ratings are on a scale of 0 to 10.

Output

For each test case output a single line containing a single integer denoting the sum of the hotness bonds for all pairs that MMDS has proposed.

Example

Input:
2
2
1 1
3 2
3
2 3 2
1 3 2

Output:
5
15

hide comments
cheesellama: 2015-11-06 15:00:41

I was discounting 0 as part of radix :-/ ... Its unfair to judge models/people as not being hot at all :P

tiwariayan: 2015-09-03 16:15:54

Did it in java

someone help please
their test case ran well

still WA

rahul_verma: 2015-08-26 22:59:42

nice problem !!!!!!!!

surya kiran: 2015-08-25 16:13:28

sort the array and multiply easy one :)

chiflowmaxx: 2015-08-22 09:05:58

do we need to sort the inputted hotness levels of man and woman ??
in the question it was given that mmds has already sorted them na ....we just have to find thier corresponding products and add them.......

Rajat Varshney: 2015-08-04 10:19:19

try CADYDIST after it same concept

ranjeetkumar: 2015-07-04 05:29:36

'\n' cause 4 wa...finally ac..

sukriti_verma: 2015-06-30 23:59:55

Ensure sum is long enough.

Last edit: 2015-07-01 00:14:35
iammangod96: 2015-06-16 20:27:17

If anyone getting WA even after getting all example test cases correct and code seems to be fine then the problem is you might not be considering that rating may be 10 since the scale is from 0-10;

vivek keshore: 2015-05-27 08:47:27

Finally got AC. Silly mistake costed many WA.


Added by:Matthew Reeder
Date:2006-10-29
Time limit:1s
Source limit:30000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ERL JS-RHINO NODEJS PERL6 VB.NET
Resource:Al-Khawarizm 2006