#include using namespace std; int main() { string num; cin>>num; int sub = num.length()%3; for(auto i=1;i<=num.length();i++){ cout<