0_0_1940119_14798.cpp
0_0_1940119_14798.cpp(18) : error C2440: “=” : 无法从“int”转换为“__int64 [23]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_1940119_14798.cpp(19) : error C2440: “=” : 无法从“int”转换为“__int64 [23]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_1940119_14798.cpp(24) : error C2664: “max” : 不能将参数 1 从“__int64 [23]”转换为“__int64”
该转换要求 reinterpret_cast、C 样式转换或函数类型转换
0_0_1940119_14798.cpp(25) : error C2297: “*” : 非法,右操作数包含“__int64 [23]”类型
0_0_1940119_14798.cpp(25) : error C2297: “*” : 非法,右操作数包含“__int64 [23]”类型
0_0_1940119_14798.cpp(26) : error C2297: “*” : 非法,右操作数包含“__int64 [23]”类型
0_0_1940119_14798.cpp(33) : error C2668: “log10” : 对重载函数的调用不明确
VC\include\math.h(614): 可能是“long double log10(long double)”
VC\include\math.h(566): 或 “float log10(float)”
VC\include\math.h(194): 或 “double log10(double)”
试图匹配参数列表“(int)”时
0_0_1940119_14798.cpp(34) : error C2668: “log10” : 对重载函数的调用不明确
VC\include\math.h(614): 可能是“long double log10(long double)”
VC\include\math.h(566): 或 “float log10(float)”
VC\include\math.h(194): 或 “double log10(double)”
试图匹配参数列表“(__int64)”时
|