Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
74552 梅煦洋 夏令营小旗手 C++ Accepted 100 0 MS 252 KB 276 2023-05-27 16:26:47

Tests(10/10):


#include<bits/stdc++.h> using namespace std; int a[1000010],t[1000010]; long long ans=0; int main(){ //freopen("a1.in","r",stdin); //freopen("a1.out","w",stdout); char n; int i=1; int num=0; while(cin>>n){ num+=(int)n; } cout<<num<<endl; return 0; }


Judgement Protocol: