#26391: 爆開!!!


linus666 (ㄏㄏㄏ)

學校 : 臺北市私立延平高級中學
編號 : 128525
來源 : [203.72.178.1]
最後登入時間 :
2022-04-22 09:04:17
f071. 2. 刮刮樂 (Lottery) -- 2020年5月TOI練習賽新手組 | From: [106.1.226.14] | 發表日期 : 2021-08-04 14:28

 

{

int a[3],b[5],c[5],ans=0,l=0;

for(int w=1; w<=3; w++) cin>>a[w];

for(int n=1; n<=5; n++) cin>>b[n];

for(int m=1; m<=5; m++) cin>>c[m];

    for(int i=1; i<=2; i++) {for(int j=1; j<=5; j++) {if(a[i]==b[j]) ans+=c[j];}}

for(int x=1; x<=5; x++) if(a[3]==b[x]) {ans-=c[x]; l++;}

    if(ans<=0) cout<<0<<endl;

    else if(l>0) cout<<ans<<endl;

    else cout<<(ans*2)<<endl;

 

}

 
ZeroJudge Forum