Help me in solving LBCC17 problem

My issue

My code

// Update the code below to solve this problem
#include <stdio.h>
int main() 
{
  int t;
  scanf("%d",&t); 
  while(t--)
  {
   int X,Y;
	    scanf("%d %d \n",&X,&Y);
	    if(X > Y)
            printf("%d \n",X-Y);
        else if(X < Y)
            printf("%d \n",Y/10-X);
        else
            printf("%d \n",X*Y);
  
   }
return 0;
}

Learning course: Solve Programming problems using C
Problem Link: CodeChef: Practical coding for everyone

@dorothy77
In this question u have print the absolute difference between the ceiling values of x and y divided by 10 .
I have written this code in much simpler way hope u will get it.
// Update the code below to solve this problem
include <stdio.h>
int main()
{
int t;
scanf(“%d”,&t);
while(t–)
{
int X, Y;
scanf(“%d %d”,&X,&Y);
X=ceil(X1.0/101.0);
Y=ceil(Y1.0/101.0);
printf(“%d\n”,abs(X-Y));

}
return 0;
}