STAMPS - Stamps


Everybody hates Raymond. He’s the largest stamp collector on planet earth and because of that he always makes fun of all the others at the stamp collector parties. Fortunately everybody loves Lucy, and she has a plan. She secretly asks her friends whether they could lend her some stamps, so that she can embarrass Raymond by showing an even larger collection than his. Raymond is so sure about his superiority that he always tells how many stamps he’ll show. And since Lucy knows how many she owns, she knows how many more she needs. She also knows how many friends would lend her some stamps and how many each would lend. But she’s like to borrow from as few friends as possible and if she needs too many then she’d rather not do it at all. Can you tell her the minimum number of friends she needs to borrow from?

Input

The first line contains the number of scenarios. Each scenario describes one collectors party and its first line tells you how many stamps (from 1 to 1000000) Lucy needs to borrow and how many friends (from 1 to 1000) offer her some stamps. In a second line you’ll get the number of stamps (from 1 to 10000) each of her friends is offering.

Output

The output for every scenario begins with a line containing “Scenario #i:”, where i is the number of the scenario starting at 1. Then print a single line with the minimum number of friends Lucy needs to borrow stamps from. If it’s impossible even if she borrows everything from everybody, write impossible. Terminate the output for the scenario with a blank line.

Example

Input:
3
100 6
13 17 42 9 23 57
99 6
13 17 42 9 23 57
1000 3
314 159 265

Output:
Scenario #1:
3

Scenario #2:
2

Scenario #3:
impossible


hide comments
sandy7jr: 2019-03-16 08:25:59

Write sorting algorithm from scratch

aditya81070: 2019-03-02 05:36:54

My code is running correctly. This question has simple logic but spoj is giving WA every time.

phoenix0o0: 2018-12-21 16:09:29

Watch out for the output format.

Last edit: 2018-12-21 16:10:24
namannimmo: 2018-12-17 09:43:05

stupid output format

suyashsingh234: 2018-12-12 18:37:51

No blank lines needed. Question is bit wrong. Be careful of output

suyashky: 2018-11-09 15:49:38

Basic greedy!

jervis007: 2018-10-01 11:46:40

AC in one go

itachi007: 2018-07-06 16:30:37

worst output formate

masterchef2209: 2018-05-15 08:02:58

easy peasy lemon squeezy
AC in one go ;)

m_sundriyal: 2018-03-23 19:41:56

Before submitting take care of the following points:
1. It's " Scenario #N: " instead of " Scenario #N " or " scenario #N: "
2. No need of extra newline after each output.


Added by:Daniel Gómez Didier
Date:2008-11-17
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ERL JS-RHINO
Resource:2007 - Circuito de Maratones ACIS / REDIS