0_0_2034189_17684.cpp: In function `int CalValue(int*, int)':
0_0_2034189_17684.cpp:29: error: invalid operands of types `int' and `int*' to binary `operator*'
0_0_2034189_17684.cpp:29: error: in evaluation of `operator*=(int, int*)'
0_0_2034189_17684.cpp: In function `void Add(int*, int*, int, int, int*)':
0_0_2034189_17684.cpp:42: error: invalid conversion from `int*' to `int'
0_0_2034189_17684.cpp:49: error: ISO C++ forbids comparison between pointer and integer
0_0_2034189_17684.cpp:51: error: invalid operands of types `int' and `int*' to binary `operator-'
0_0_2034189_17684.cpp:52: error: invalid operands of types `int' and `int*' to binary `operator-'
|