#include<iostream> //比赛场数乘3减去分数之和
#include<string>
using namespace std;
int main()
{
int t,n,a,s;
string str;
while(cin>>t>>n,t)
{
s=0;
while(t--)
{
cin>>str>>a;
s+=a;
}
cout<<3*n-s<<endl;
}
return 0;
}
#include<iostream> //比赛场数乘3减去分数之和
#include<string>
using namespace std;
int main()
{
int t,n,a,s;
string str;
while(cin>>t>>n,t)
{
s=0;
while(t--)
{
cin>>str>>a;
s+=a;
}
cout<<3*n-s<<endl;
}
return 0;
}
指法入门
题目题意:三场比赛的正平负
Here is World Cup again, the top 32 tea
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M