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