| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 74558 | 石利伟 | 夏令营小旗手 | C++ | Accepted | 100 | 0 MS | 256 KB | 163 | 2023-05-27 16:29:25 |
#include<bits/stdc++.h> using namespace std; int yee; int main(){ string a; cin>>a; for(int i=0;i<a.size();i++)yee+=int(a[i]); cout<<yee; return 0; }