| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 2286 | zhuangshuyi | 夏令营小旗手 | C++ | Wrong Answer | 0 | 0 MS | 256 KB | 191 | 2019-11-17 08:31:55 |
#include<iostream> #include<bits/stdc++.h> using namespace std; int main(){ char a[100]={0}; int b; cin>>a; for(int i=0;i<strlen(a);i++){ b=a[i]+b; } cout<<b; return 0; }