| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 74575 | 桑迪 | 夏令营小旗手 | C++ | Accepted | 100 | 0 MS | 256 KB | 159 | 2023-05-27 16:32:21 |
#include<bits/stdc++.h> using namespace std; string s; int ans; int main(){ cin>>s; for(int i=0;i<s.length();i++)ans+=s[i]; cout<<ans; return 0; }