#95: weee


s172 (邱博宥)

學校 : 不指定學校
編號 : 207
來源 : [118.163.232.198]
最後登入時間 :
2025-04-03 11:54:01
t058. 608 棒球計分 | From: [118.163.232.198] | 發表日期 : 2025-03-08 16:31

#include<bits/stdc++.h>

using namespace std;

int a;

int main()

{

    string s;

    for(int f=0; f<10; f++)

    {

 

        cin>>a;

        if(a==1)

            s+="1";

        else if(a==2)

            s+="10";

        else if(a==3)

            s+="100";

        else if(a==4)

            s+="1000";

    }

    int l=s.length(),all=0;

    for(int f=0; f<l-3; f++)

        if(s[f]=='1')

            all++;

    cout<<"score = "<<all;

    return 0;

}

 

 
ZeroJudge Forum