微信扫一扫
首先include<cmath>
开平方:double sqrt(double x);
x的y次方:double pow(double x, double y);
x的绝对值:int abs(x);
相关推荐