ll@N;vector a{};while(N){ll n=sqrt(N);a.push_back(n);N-=n;}ll L=a.size();wt(L);wt(a);