0_0_25521796_10349.cpp
0_0_25521796_10349.cpp(69) : error C2440: “=”: 无法从“__int64”转换为“LL [33][33]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_25521796_10349.cpp(71) : error C2440: “=”: 无法从“LL”转换为“LL [33]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_25521796_10349.cpp(83) : error C2440: “=”: 无法从“int”转换为“LL [33]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_25521796_10349.cpp(85) : error C2440: “=”: 无法从“int”转换为“LL [33]”
没有转换为数组类型,但有转换为数组的引用或指针
0_0_25521796_10349.cpp(91) : error C2664: “void add(LL &,LL &,LL,LL)”: 无法将参数 1 从“LL [33]”转换为“LL &”
0_0_25521796_10349.cpp(97) : error C2171: “-”:“LL [33]”类型的操作数非法
0_0_25521796_10349.cpp(97) : error C2296: “*”: 非法,左操作数包含“LL [33]”类型
0_0_25521796_10349.cpp(97) : error C2297: “*”: 非法,右操作数包含“LL [33]”类型
0_0_25521796_10349.cpp(97) : error C2660: “add”: 函数不接受 3 个参数
0_0_25521796_10349.cpp(103) : error C2296: “*=”: 非法,左操作数包含“LL [33]”类型
0_0_25521796_10349.cpp(105) : error C2664: “void adjust(LL &,LL &)”: 无法将参数 1 从“LL [33]”转换为“LL &”
|