记录详情

Compile Error

/in/foo.c:4:29: error: expected ';', ',' or ')' before '*' token
 void en(char c,int n,char *s*/)
                             ^
/in/foo.c: In function 'encrypt':
/in/foo.c:26:12: warning: implicit declaration of function 'en' [-Wimplicit-function-declaration]
            en(a[i]+5,8,s);
            ^~
/in/foo.c: At top level:
/in/foo.c:33:6: warning: return type of 'main' is not 'int' [-Wmain]
 void main()
      ^~~~

信息

递交者
类型
自测
题目
2-1 改错题
语言
C
递交时间
2018-12-31 14:48:35
评测时间
2018-12-31 14:48:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes