#include #include #include using namespace std; #define rep(i,a,n) for(int i=a;i9){ ans[i+1]+=1; ans[i]-=10; ++i; } if(ans[i+1]) ++i; i=max(i,j-1); while(i>=0){ printf("%d",ans[i]); --i; } puts(""); } } return 0; }