Accepted
foo.c: In function 'Concat': foo.c:9:9: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 9 | strncpy(result, str1, len1 - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ foo.c:5:16: note: length computed here 5 | int len1 = strlen(str1); | ^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- A8-4 字符串的连接函数
- 比赛
- 2023 程序设计与竞赛(作业6:走向综合)
- 语言
- C
- 递交时间
- 2023-10-28 09:15:34
- 评测时间
- 2023-10-28 09:15:34
- 评测机
- 分数
- 100
- 总耗时
- 9ms
- 峰值内存
- 328.0 KiB