Joke Collection Website - Public benefit messages - How to play DVB-T+FM+DabUSB DVB-T RTL 2832U+R820T?

How to play DVB-T+FM+DabUSB DVB-T RTL 2832U+R820T?

Include & ltiostream & gt

# include & ltstdio.h & gt

int jc(int m){

If (m! = 1) returns m * JC (m-1);

Otherwise, return1;

}

int c(int m,int n){

If (m & gt=n) returns JC (m)/(JC (n) * JC (m-n));

}

int main(void){

int m,n;

scanf("%d%d ",& ampm & amp; n);

printf("%d\n ",c(m,n));

Returns 0;

}