include <iostream>
using namespace std; 

#define SYS_NUM(num) qwer##num   



void main ()
{
  
 char num[10]="ty";
 num1 = SYS_NUM (ty);
 cout<<num;
}
	return 0;
}
