记录详情

Compile Error

/in/foo.c:34:6: warning: return type of 'main' is not 'int' [-Wmain]
 void main()
      ^~~~
/in/foo.c: In function 'main':
/in/foo.c:37:10: error: expected expression before 'char'
  encrypt(char a[30],char b[30]);
          ^~~~
/in/foo.c:37:2: error: too few arguments to function 'encrypt'
  encrypt(char a[30],char b[30]);
  ^~~~~~~
/in/foo.c:20:6: note: declared here
 void encrypt(char a[],char b[])
      ^~~~~~~
/in/foo.c:36:14: warning: unused variable 'a' [-Wunused-variable]
  static char a[30]="No.1",b[100];
              ^
At top level:
/in/foo.c:36:14: warning: 'a' defined but not used [-Wunused-variable]

信息

递交者
类型
递交
题目
2-1 改错题
语言
C
递交时间
2019-10-13 20:00:27
评测时间
2019-10-13 20:00:27
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes