次方函数:pow() 样例pow(n,3),表示n的3次方,即为n×n×n。 温馨提示:使用次方函数,一定要将头文件更换为万能库 #include<bits/stdc++.h>
#include<bits/stdc++.h> using namespace std; int main() { return 0; }
返回上一页