记录详情

Compile Error

foo.c: In function 'main':
foo.c:38:14: error: conflicting types for 's'; have 'char[200000]'
   38 |         char s[200000];
      |              ^
foo.c:37:14: note: previous declaration of 's' with type 'char[100000]'
   37 |         char s[100000];
      |              ^
foo.c:44:26: error: 'r' undeclared (first use in this function)
   44 |         Match(s, n1, n2, r);
      |                          ^
foo.c:44:26: note: each undeclared identifier is reported only once for each function it appears in
[Hydro](https://hydro.ac)提供评测服务

信息

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