| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 19943 | 账号已注销 | 夏令营小旗手 | C++ | Accepted | 100 | 0 MS | 252 KB | 141 | 2021-05-26 20:33:13 |
#include<bits/stdc++.h> using namespace std; int main(){ int ans=0; char a; while(cin>>a){ ans+=a; } cout<<ans; return 0; }