记录详情

Runtime Error

/in/foo.c: In function 'encrypt':
/in/foo.c:42:3: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
   else 
   ^~~~
/in/foo.c:50:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
    strcat(b,s);
    ^~~~~~
/in/foo.c: At top level:
/in/foo.c:55:6: warning: return type of 'main' is not 'int' [-Wmain]
 void main()
      ^~~~
# 状态 耗时 内存占用
#1 Runtime Error 0ms 128.0 KiB
#2 Runtime Error 0ms 216.0 KiB
#3 Runtime Error 0ms 128.0 KiB
#4 Runtime Error 0ms 212.0 KiB
#5 Runtime Error 0ms 128.0 KiB

信息

递交者
类型
递交
题目
2-1 改错题
语言
C
递交时间
2019-08-26 12:48:50
评测时间
2019-08-26 12:48:50
评测机
分数
0
总耗时
3ms
峰值内存
216.0 KiB