Wrong Answer
foo.cc: In function 'int main()': foo.cc:36:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 36 | for (i = 0; i < n; i++)cout << s3[i]; cout << endl; | ^~~ foo.cc:36:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 36 | for (i = 0; i < n; i++)cout << s3[i]; cout << endl; | ^~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- 5-7 玩整数
- 比赛
- 2023 程序设计与竞赛(作业7:最初的综合)
- 语言
- C++
- 递交时间
- 2023-11-11 19:54:35
- 评测时间
- 2023-11-11 19:54:35
- 评测机
- 分数
- 80
- 总耗时
- 24ms
- 峰值内存
- 1.152 MiB