int main() { string s; cin>>s; long ans=0; int t=0; for (char c : s) { if (c=='0') { t++; ans+=t; } else { t--; if (t ans+=t; } } cout}