Compile Error
foo.cc: In function 'void StringReplace(std::string&, std::string&, std::string&)':
foo.cc:48:25: warning: unused variable 'nEnd' [-Wunused-variable]
48 | int nStart = 0, nEnd = 0;
| ^~~~
foo.cc: In function 'int main(int, char**)':
foo.cc:66:9: error: 'gets_s' was not declared in this scope; did you mean 'gets'?
66 | gets_s(ary_cParent);
| ^~~~~~
| gets
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1052 OO11-4 string中的查找替换
- 语言
- C++
- 递交时间
- 2023-10-19 11:43:55
- 评测时间
- 2023-10-19 11:43:55
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes