GUPTA MECHANICAL

IN THIS WEBSITE I CAN TELL ALL ABOUT TECH. TIPS AND TRICKS APP REVIEWS AND UNBOXINGS ALSO TECH. NEWS .............

Sunday 24 July 2022

[Solution] Party Codeforces Solution | Solution Codeforces



B. Party
time limit per test
2 seconds
memory limit per test
256 megabytes
input
standard input
output
standard output

A club plans to hold a party and will invite some of its n members. The n members are identified by the numbers 1,2,,n. If member i is not invited, the party will gain an unhappiness value of ai.

There are m pairs of friends among the n members. As per tradition, if both people from a friend pair are invited, they will share a cake at the party. The total number of cakes eaten will be equal to the number of pairs of friends such that both members have been invited.

However, the club's oven can only cook two cakes at a time. So, the club demands that the total number of cakes eaten is an even number.

What is the minimum possible total unhappiness value of the party, respecting the constraint that the total

Solution Click Below:-  👉CLICK HERE👈
👇👇👇👇👇

 number of cakes eaten is even?

Input

Each test contains multiple test cases. The first line contains the number of test cases t (1t104). The description of the test cases follows.

The first line of each test case contains two integers n and m (1n1050mmin(105,n(n1)2)) — the number of club members and pairs of friends.






The second line of each test case contains n integers a1,a2,,an (0ai104) — the unhappiness value array.

Each of the next m lines contains two integers x and y (1x,ynxy) indicating that x and y are friends. Each unordered pair (x,y) appears at most once in each test case.

It is guaranteed that both the sum of n and the sum of m over all test cases do not exceed 105.

Output

For each test case, print a line containing a single integer – the minimum possible unhappiness value of a valid party.


No comments:

Post a Comment