洛谷CF431A Black Square 題解
原題鏈接:https://www.luogu.com.cn/problem/CF431A
我的洛谷:https://www.luogu.com.cn/user/453321
先輸入,然后直接加,不用其他難的方法。
#include<bits/stdc++.h>?
?using namespace std;?
? int a[4],ans=0; ?
string s;?
? int main()?
{?
? ? ? cin>>a[1]>>a[2]>>a[3]>>a[4];?
? ? ? cin>>s; ? ? ??
for(int i=0;i<s.length();++i) ans+=a[s[i]-'0'];?
? ?cout<<ans<<endl; ? ? ?
return 0; ??
}
本文章為我自己原創(chuàng)作品,可供學(xué)習(xí)使用,嚴(yán)禁抄襲,復(fù)制。抄襲必究??
標(biāo)簽: