已知m,n为非负整数,且m^-n^=9,求m,n的值要快,否则无效
问题描述:
已知m,n为非负整数,且m^-n^=9,求m,n的值
要快,否则无效
答
m=5,n=4
m^2-n^2=(m+n)(m-n)=9=9*1
m+N=9,m-n=1
...