记录详情

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)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 284.0 KiB
#2 Accepted 1ms 324.0 KiB
#3 Accepted 2ms 284.0 KiB
#4 Accepted 1ms 328.0 KiB
#5 Accepted 1ms 284.0 KiB

信息

递交者
类型
递交
题目
A8-4 字符串的连接函数
比赛
2023 程序设计与竞赛(作业6:走向综合)
语言
C
递交时间
2023-10-28 09:15:34
评测时间
2023-10-28 09:15:34
评测机
分数
100
总耗时
9ms
峰值内存
328.0 KiB