| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 74553 | 杨竣周 | 夏令营小旗手 | C++ | Accepted | 100 | 0 MS | 260 KB | 158 | 2023-05-27 16:27:01 |
#include<bits/stdc++.h> using namespace std; string a; int ans; int main(){ cin>>a; for(int i=0;i<a.size();i++) ans+=a[i]; cout<<ans; return 0; }