记录详情

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

信息

递交者
类型
自测
题目
A8-4 字符串的连接函数
语言
C++
递交时间
2023-12-05 14:08:00
评测时间
2023-12-05 14:08:00
评测机
分数
10
总耗时
4ms
峰值内存
412.0 KiB