记录详情

Compile Error

/in/foo.cc: In member function 'int SeqList::FindiSecondMax(int)':
/in/foo.cc:54:11: error: 'temp' was not declared in this scope
    b[0] = temp;
           ^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:88:5: error: redefinition of 'int main()'
 int main()
     ^~~~
/in/foo.cc:75:5: note: 'int main()' previously defined here
 int main()
     ^~~~

信息

递交者
类型
递交
题目
A9-4 数组中第二大的数
比赛
中北数据结构课程赛事二:顺序表类的操作
语言
C++
递交时间
2019-03-10 21:10:26
评测时间
2019-03-10 21:10:26
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes