C++ does not include an exponent operator. To do exponents in C++, #include the <cmath> header, and use the pow() function:.
確定! 回上一頁