judes

#include <math.h>
int 型
int abs(int x);

long 型
long labs(int x);

浮点数 float double
double fabs(double x);

分类:

技术点:

相关文章: