记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:38:7: error: conflicting types for 's'
  char s[200000];
       ^
/in/foo.c:37:7: note: previous declaration of 's' was here
  char s[100000];
       ^
/in/foo.c:44:19: error: 'r' undeclared (first use in this function)
  Match(s, n1, n2, r);
                   ^
/in/foo.c:44:19: note: each undeclared identifier is reported only once for each function it appears in

信息

递交者
类型
自测
题目
4-3 爱情故事
语言
C
递交时间
2023-12-05 17:00:14
评测时间
2023-12-05 17:01:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes