example: #include <stdio.h> #include <math.h> int main() { double a = pow(8, 1.0 / 3); printf("%f\n", a); return 0; }. 1; 2; 3; 4; 5; 6 ...
確定! 回上一頁