Help me in solving CSC13A problem

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

My code

// Update the code below to solve this problem

#include <iostream>
#include <string>
using namespace std;

int main() 
{
 int t;
 cin>>t;
 while(t--)
  {
   int X,Y;
   cin>>X>>Y; 
   int max= min(X,Y/10);
   if(max= X){
       cout<<"Disposable"<<endl;
   }
  else{
      cout<<"Cloth"<<endl;
  }
  }
 return 0;
}

My issue

// Update the code below to solve this problem

include
include
using namespace std;

int main()
{
int t;
cin>>t;
while(t–)
{
int X,Y;
cin>>X>>Y;
if (X100>Y10){
cout<<“Cloth\n”;
}
else if (X100<Y10){
cout<<“Disposable\n”;
}
else{
cout<<“Cloth\n”;
}

}
return 0;
}