| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 74512 | 朱宸瑜 | 夏令营小旗手 | C++ | Accepted | 100 | 0 MS | 248 KB | 139 | 2023-05-27 14:08:21 |
#include<bits/stdc++.h> using namespace std; char a; int num; int main(){ while(cin>>a){ num+=a; } cout<<num; return 0; }