2020.4.18算法题

2021-02-13 11:17

阅读:437

标签:com   name   http   turn   flag   cin   alt   names   size   

1.

技术图片

 

 

#includeusing namespace std;
int n,l;
bool flag;
int k[50];
int main(){
    cin>>n>>l;
    for(int i=1;i){
        cin>>k[i];
    }
    for(int i=1;i){
        for(int j=1;j){
            for(int o=1;o){
                for(int m=1;m){
                    if(k[i]+k[j]+k[o]+k[m] == l){
                        flag=1;
                    }
                }
            }
        }
    }
    if(flag){
        cout"Yes!"endl; 
    }else{
        cout"No!"endl; 
    }
    return 0;
} 

 

2020.4.18算法题

标签:com   name   http   turn   flag   cin   alt   names   size   

原文地址:https://www.cnblogs.com/jcahsy/p/12727258.html


评论


亲,登录后才可以留言!