#include using namespace std; using ll = long long int; using ull = unsigned long long int; const char en ='\n'; const int mod=1000000007; int main(){ cin.tie(); ios::sync_with_stdio(false); string s;cin>>s; priority_queue q; //s="114514"; for(ull i=0;i