| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 19611 | 陶俊宸 | 夏令营小旗手 | C++ | Accepted | 100 | 0 MS | 252 KB | 198 | 2021-05-17 19:55:14 |
#include<bits/stdc++.h> using namespace std; string a; short ans; int main(){ getline(cin,a); short len=a.length(); for(short i=0;i<len;i++) ans+=a[i]; printf("%hd",ans); return 0; }