记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:13:8: warning: implicit declaration of function 'WZ' [-Wimplicit-function-declaration]
  int a=WZ(char s[],int n,int m);
        ^~
/in/foo.c:13:11: error: expected expression before 'char'
  int a=WZ(char s[],int n,int m);
           ^~~~
/in/foo.c:14:8: warning: implicit declaration of function 'GZ' [-Wimplicit-function-declaration]
  int b=GZ(char s[],int n,int m);
        ^~
/in/foo.c:14:11: error: expected expression before 'char'
  int b=GZ(char s[],int n,int m);
           ^~~~
/in/foo.c:15:2: warning: implicit declaration of function 'print'; did you mean 'printf'? [-Wimplicit-function-declaration]
  print ("%d %d",a,b);
  ^~~~~
  printf

信息

递交者
类型
递交
题目
6 营救公主
比赛
小兰赛 2018/12/2
语言
C
递交时间
2018-12-02 11:43:47
评测时间
2018-12-02 11:43:47
评测机
分数
0
总耗时
13ms
峰值内存
2.918 MiB