Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
2274 吴泽宇 夏令营小旗手 C++ Accepted 100 0 MS 252 KB 178 2019-11-17 08:11:21

Tests(10/10):


#include<bits/stdc++.h> using namespace std; int main(){ char a[100]={0}; int b=0; scanf("%s",a); int c=strlen(a); for(int i=0;i<c;i++){ b+=a[i]; } cout<<b; }


Judgement Protocol: