#include #include using namespace std; struct X{ int n; int num; } digit[]={ {0,1}, {1,0}, {2,0}, {3,0}, {4,1}, {5,0}, {6,1}, {7,0}, {8,2}, {9,1} }; int main(int argc, char* argv[]) { string S; cin>>S; int Sum=0; int Len=S.length(); int kuchi=0; for (int i=0;i