#include using namespace std; int main() { std::cin.tie(0); std::ios::sync_with_stdio(false); string s; cin >> s; int sum = 0; for(int i=0;i