#27548: 好像應該把時限縮短


linlincaleb@gmail.com (臨末之頌)

School : 新北市立板橋高級中學
ID : 132772
IP address : [203.64.161.123]
Last Login :
2024-07-29 10:02:49
b568. 70萬都沒有,你還想當選手? -- 104學年度板橋高中校內資訊學科能力競賽(四) | From: [111.248.134.224] | Post Date : 2021-10-11 10:25

這樣子搞竟然可以壓線AC 

Code:

while(n--){
        cin>>x;
        if(flag==0){
            for(auto it:s1)s2.insert((it+x)%700000+((it+x)==700000)*700000);
            for(auto it:s1)s2.insert(it);
        }
        else {
            for(auto it:s2)s1.insert((it+x)%700000+((it+x)==700000)*700000);
            for(auto it:s2)s1.insert(it);
        }
        flag=1-flag;
    }
 
ZeroJudge Forum