#include int main() { std::ios::sync_with_stdio(false); std::cin.tie(nullptr); std::string S,ans; std::cin>>S; if(S.size()==1) { std::cout<