记录详情

Accepted

foo.cc: In function 'void Concat(char*, char*)':
foo.cc:12:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   12 |         for (int k = i-1; k < j+i - 1; k++)
      |         ^~~
foo.cc:14:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   14 |                 printf("%s", c);
      |                 ^~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 412.0 KiB
#2 Accepted 4ms 412.0 KiB
#3 Accepted 3ms 328.0 KiB
#4 Accepted 3ms 412.0 KiB
#5 Accepted 3ms 412.0 KiB

信息

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