| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 74500 | 王籽易 | 夏令营小旗手 | C++ | Accepted | 100 | 0 MS | 256 KB | 174 | 2023-05-27 13:56:34 |
#include<bits/stdc++.h> using namespace std; string a; long long ans=0; int main(){ cin>>a; for(int i=0;i<a.size();i++){ ans+=a[i]; } cout<<ans; return 0; }