#include using namespace std; typedef long long LL; LL cnr(int n,int r){ if(r*2>n){ r=n-r; } LL p=1LL; for(int i=0;i>m>>n){ cout<