记录详情

Compile Error

/in/foo.cc: In function 'int* Merge(int*, int, int*, int)':
/in/foo.cc:8:22: error: invalid conversion from 'void*' to 'int*' [-fpermissive]
     int*pTemp =malloc(sizeof(size1+size2));
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:22:1: error: a function-definition is not allowed here before '{' token
 {
 ^
/in/foo.cc:42:1: error: expected '}' at end of input
 }
 ^
/in/foo.cc:42:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
题目
A10-1 有序数组的合并
比赛
中北数据结构课程赛事二:顺序表类的操作
语言
C++
递交时间
2019-03-10 20:29:17
评测时间
2019-03-10 20:29:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes