Compile Error
/in/foo.c:1:1: error: unknown type name 'def' def countfamily(data): ^~~ /in/foo.c: In function 'countfamily': /in/foo.c:1:22: error: expected declaration specifiers before ':' token def countfamily(data): ^ /in/foo.c:1:5: warning: type of 'data' defaults to 'int' [-Wimplicit-int] def countfamily(data): ^~~~~~~~~~~ /in/foo.c:53:1: warning: control reaches end of non-void function [-Wreturn-type] m=change(n,dataArray) ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1190 斯芬克斯
- 比赛
- 2020年互联网创新创业科技节程序设计大赛
- 语言
- C
- 递交时间
- 2020-12-09 16:25:42
- 评测时间
- 2020-12-09 16:25:42
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes