#include #include #include #include using namespace std; char s[10000005]; int a[10000005]; int main() { int T; scanf("%d",&T); while(T--) { scanf("%s",s); int len=strlen(s); for(int i=0; ipos; j--) printf("%d",a[j]); for(int j=pos-1; j>0; j--) printf("%d",a[j]); printf("%d\n",a[pos]); } else if(a[0]+a[1]<=9) { a[1]=a[1]+a[0]; for(int j=len-1; j>0; j--) printf("%d",a[j]); printf("\n"); } else { int tmp=1; a[1]=a[1]+a[0]-10; for(int j=2; j9) { a[j]=a[j]+tmp-10; tmp=1; } else { a[j]=a[j]+tmp; tmp=0; break; } } if(tmp) { a[len]=1; len++; } for(int j=len-1; j>=1; j--) printf("%d",a[j]); printf("\n"); } } } return 0; }