记录详情

Compile Error

/in/foo.cc: In function 'int SearchRemove(int*, int, int)':
/in/foo.cc:27:57: error: a function-definition is not allowed here before '{' token
  int set_union(int a[],int na,  int b[],int nb, int c[]){ 
                                                         ^
/in/foo.cc:31:11: error: a function-definition is not allowed here before '{' token
 int main(){ 
           ^
/in/foo.cc:39:1: error: expected '}' at end of input
 }
 ^

信息

递交者
类型
递交
比赛
泰院2401程序设计基础作业赛第七场
语言
C++
递交时间
2024-12-02 23:20:20
评测时间
2024-12-02 23:20:20
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes