记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:29:33: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   29 |                                 for (int i = b + 1;i <= len1 - 1;i++)cout << x[i];return 0;
      |                                 ^~~
foo.cc:29:83: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   29 |                                 for (int i = b + 1;i <= len1 - 1;i++)cout << x[i];return 0;
      |                                                                                   ^~~~~~
foo.cc:34:41: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   34 |                                         for (int i = 0;i <= a - 1;i++)cout << x[i];return 0;
      |                                         ^~~
foo.cc:34:84: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   34 |                                         for (int i = 0;i <= a - 1;i++)cout << x[i];return 0;
      |                                                                                    ^~~~~~
foo.cc:39:41: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   39 |                                         for (int i = b + 1;i <= len1 - 1;i++)cout << x[i];return 0;
      |                                         ^~~
foo.cc:39:91: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   39 |                                         for (int i = b + 1;i <= len1 - 1;i++)cout << x[i];return 0;
      |                                                                                           ^~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 284.0 KiB
#2 Accepted 5ms 284.0 KiB
#3 Accepted 3ms 412.0 KiB
#4 Wrong Answer Read , expect k. 3ms 412.0 KiB
#5 Accepted 3ms 412.0 KiB

信息

递交者
类型
递交
题目
P1063 A8-7 删除字符串中一个子串
比赛
2023 程序设计与竞赛(作业7:最初的综合)
语言
C++
递交时间
2023-11-11 16:57:46
评测时间
2023-11-11 16:57:46
评测机
分数
80
总耗时
21ms
峰值内存
412.0 KiB