提交记录 #181

提交时间:2024-11-12 16:32:10
语言:c 状态:Unaccepted
编译情况:编译成功
code.c: In function ‘main’:
code.c:13:15: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   13 |         if (!s[c]){
      |               ^
code.c:15:14: warning: array subscript has type ‘char’ [-Wchar-subscripts]
   15 |             s[c]=1;
      |              ^
code.c:19:14: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘int’ [-Wformat=]
   19 |     printf("%s\n",r);
      |             ~^    ~
      |              |    |
      |              |    int
      |              char *
      |             %d
code.c:7:10: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
    7 |     char result[maxlengh+1];
      |          ^~~~~~
固定测试点#1:
reRuntime Error: - Returning:-11
time 0.006s
memory 496 kB
固定测试点#2:
reRuntime Error: - Returning:-11
time 0.006s
memory 232 kB
固定测试点#3:
reRuntime Error: - Returning:-11
time 0.007s
memory 232 kB
固定测试点#4:
reRuntime Error: - Returning:-11
time 0.006s
memory 492 kB
固定测试点#5:
reRuntime Error: - Returning:-11
time 0.006s
memory 228 kB
附加测试点暂不可用
... 不可用
time N/A
memory N/A
京ICP备2024093084 号