2月10在程序(Project20060210)中使用函数pow(x,y),虽然加上了#include <math.h>, 但出现下列错误,
error C2065: 'pow' : undeclared identifier
原因是
将#include <math.h>放在了
#include <vector>
#include <iostream>
using namespace std;
之前
相关文章:
-
2022-12-23
-
2022-12-23
-
2022-12-23
-
2022-02-05
-
2022-12-23
-
2022-12-23
-
2021-08-24
-
2022-12-23
猜你喜欢
-
2022-01-21
-
2021-12-16
-
2021-09-10
-
2022-12-23
-
2022-12-23
-
2022-12-23
-
2022-12-23
相关资源
-
下载
2023-03-30
-
下载
2021-06-06
-
下载
2023-02-09