Compile Error
foo.cc: In function 'int index1(char*, int, char*)':
foo.cc:44:4: error: 'start1' was not declared in this scope; did you mean 'starti'?
   44 |    start1 = start1 + 1, i = start1, j = 0;
      |    ^~~~~~
      |    starti
foo.cc:47:10: error: 'start1' was not declared in this scope; did you mean 'starti'?
   47 |   return start1;
      |          ^~~~~~
      |          starti
foo.cc:49:12: error: expected '}' at end of input
   49 |   return -1;
      |            ^
foo.cc:37:1: note: to match this '{'
   37 | {
      | ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 自测
 - 语言
 - C++
 - 递交时间
 - 2022-01-03 23:29:38
 - 评测时间
 - 2022-01-03 23:29:38
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes