BestCoder Round #49 HDU5339 Untitled

49 篇文章 0 订阅
35 篇文章 0 订阅



Untitled

                                                           Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)
                                                                                     Total Submission(s): 1202    Accepted Submission(s): 693
 

Problem Description
There is an integer  a  and  n  integers  b1,,bn . After selecting some numbers from  b1,,bn  in any order, say  c1,,cr , we want to make sure that  a mod c1 mod c2 mod mod cr=0  (i.e.,  a  will become the remainder divided by  ci  each time, and at the end, we want  a  to become  0 ). Please determine the minimum value of  r . If the goal cannot be achieved, print  1  instead.
 

Input
The first line contains one integer  T5 , which represents the number of testcases. 

For each testcase, there are two lines:

1. The first line contains two integers  n  and  a  ( 1n20,1a106 ).

2. The second line contains  n  integers  b1,,bn  ( 1in,1bi106 ).
 

Output
Print  T  answers in  T  lines.
 

Sample Input
   
   
2 2 9 2 7 2 9 6 7
 

Sample Output
   
   
2 -1
 

Source


出题人:对于一组可能的答案cc,如果先对一个觉小的c_ici取模,

再对一个较大的c_jcj取模,那么这个较大的c_jcj肯定是没有用的。

因此最终的答案序列中的cc肯定是不增的。那么就枚举选哪些数字,

并从大到小取模看看结果是否是00就可以了。时间复杂度O(2^n)O(2n).



#include 
   
   
    
    
#include
    
    
     
     
#include
     
     
      
      
using namespace std;
int b[100];
int flag;
int cmp(int l,int r)
{
    return l
      
      
       
       =r) return ;
    fang(sum,r,k,i-1);
    if(sum>=b[i])
    fang(sum%b[i],r,k+1,i-1);
}
int main()
{
    int t,i,j,n,a;
    scanf("%d",&t);
    while(t--)
    {
        scanf("%d%d",&n,&a);
        for(i=0;i
       
       
      
      
     
     
    
    
   
   








  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值