/ Vijos /

记录详情

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'
/in/foo.c:92:11: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'struct wk' [-Wformat=]
  printf("%s",parti[0]);
           ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 212.0 KiB
#2 Wrong Answer 0ms 212.0 KiB
#3 Wrong Answer 0ms 220.0 KiB
#4 Wrong Answer 0ms 212.0 KiB
#5 Wrong Answer 0ms 216.0 KiB

信息

递交者
类型
递交
题目
P1257 水王争霸
语言
C
递交时间
2020-03-08 15:01:13
评测时间
2020-03-08 15:01:13
评测机
分数
0
总耗时
4ms
峰值内存
220.0 KiB