Compile Error
/in/foo.c:46:5: error: redefinition of 'main' int main() ^~~~ /in/foo.c:11:5: note: previous definition of 'main' was here int main(int argc, const char * argv[]) { ^~~~ /in/foo.c: In function 'main': /in/foo.c:47:1: error: number of arguments doesn't match prototype { ^ /in/foo.c:11:5: error: prototype declaration int main(int argc, const char * argv[]) { ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 4 排序中的交换次数
- 比赛
- 小兰赛 2018/12/2
- 语言
- C
- 递交时间
- 2018-12-02 08:56:20
- 评测时间
- 2018-12-02 08:56:20
- 评测机
- 分数
- 0
- 总耗时
- 15ms
- 峰值内存
- 3.035 MiB