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


linlincaleb@gmail.com (臨末之頌)

學校 : 新北市立板橋高級中學
編號 : 132772
來源 : [111.248.111.135]
最後登入時間 :
2023-04-01 22:41:13
b568. 70萬都沒有,你還想當選手? -- 104學年度板橋高中校內資訊學科能力競賽(四) | From: [111.248.134.224] | 發表日期 : 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