gcc以及共享库

#include<stdio.h>
#include<math.h>
int main()
{

	double x = pow(2.0,3.0);
	printf("The cube of 2.0 = %f\n",x);
	return 0;
}
相关文章
相关标签/搜索