[实用向] 算法笔试题中常用的一些函数
1、pow 幂运算(math.h)
pow(2,n);//2^n
2、sqrt 开方运算 (math.h)
sqrt(n) //开方 x*x = n,返回x
-----------------------------随时更新--------------------------------
1、pow 幂运算(math.h)
pow(2,n);//2^n
2、sqrt 开方运算 (math.h)
sqrt(n) //开方 x*x = n,返回x
-----------------------------随时更新--------------------------------