记录详情

Compile Error

/in/foo.c:4:5: error: conflicting types for 'remove'
 int remove(int a[],int n,int max);
     ^~~~~~
In file included from /in/foo.c:1:0:
/usr/include/stdio.h:180:12: note: previous declaration of 'remove' was here
 extern int remove (const char *__filename) __THROW;
            ^~~~~~
/in/foo.c:25:5: error: conflicting types for 'remove'
 int remove(int a[],int n,int max)
     ^~~~~~
In file included from /in/foo.c:1:0:
/usr/include/stdio.h:180:12: note: previous declaration of 'remove' was here
 extern int remove (const char *__filename) __THROW;
            ^~~~~~

信息

递交者
类型
递交
题目
2 取最大数的博弈游戏
比赛
小兰赛 2018/12/2
语言
C
递交时间
2018-12-02 11:35:33
评测时间
2018-12-02 11:35:33
评测机
分数
0
总耗时
13ms
峰值内存
3.039 MiB