Compile Error

foo.cc:15:23: error: expected ')' before ';' token
 int c(char s1[],int n1;char s2[],int n2)
                       ^
foo.cc:15:29: error: storage size of 's2' isn't known
 int c(char s1[],int n1;char s2[],int n2)
                             ^~
foo.cc:15:34: error: expected unqualified-id before 'int'
 int c(char s1[],int n1;char s2[],int n2)
                                  ^~~
foo.cc: In function 'int main()':
foo.cc:47:22: error: too many arguments to function 'int c(char*, int)'
       num=c(t,l,s2,n2);
                      ^
foo.cc:15:5: note: declared here
 int c(char s1[],int n1;char s2[],int n2)
     ^
foo.cc:32:13: warning: unused variable 'n1' [-Wunused-variable]
     int num,n1,n2,l,k,n;
             ^~
foo.cc:37:11: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
      scanf("%d",&x);
      ~~~~~^~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1159 最长重复子串
语言
C++
递交时间
2021-11-28 20:29:29
评测时间
2021-11-28 20:29:29
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes