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