Wrong Answer
/in/foo.c: In function 'sor':
/in/foo.c:56:6: warning: unused variable 'y' [-Wunused-variable]
int y;
^
/in/foo.c: In function 'main':
/in/foo.c:79:21: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
parti[i].length = strlen(t);
^~~~~~
/in/foo.c:79:21: warning: incompatible implicit declaration of built-in function 'strlen'
/in/foo.c:79:21: note: include '<string.h>' or provide a declaration of 'strlen'
信息
- 递交者
- 类型
- 递交
- 题目
- P1257 水王争霸
- 语言
- C
- 递交时间
- 2020-03-08 15:03:20
- 评测时间
- 2020-03-08 15:03:20
- 评测机
- 分数
- 5
- 总耗时
- 4ms
- 峰值内存
- 220.0 KiB