#include #include using namespace std; int main(){ string n; cin >> n; for(int i = 0; i < n.size(); i++){ } return 0; }