记录详情

Accepted

/in/foo.cc: In function 'bool insd(int, int)':
/in/foo.cc:21:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (len[x]>len[y]) return 0; int i;
  ^~
/in/foo.cc:21:31: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if (len[x]>len[y]) return 0; int i;
                               ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:83:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (i=1; i<=l; i++) putchar(s[x][k][i]); puts("");
  ^~~
/in/foo.cc:83:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for (i=1; i<=l; i++) putchar(s[x][k][i]); puts("");
                                            ^~~~
# 状态 耗时 内存占用
#1 Accepted 5ms 632.0 KiB
#2 Accepted 5ms 596.0 KiB
#3 Accepted 3ms 636.0 KiB
#4 Accepted 4ms 896.0 KiB
#5 Accepted 22ms 30.957 MiB
#6 Accepted 3ms 2.469 MiB
#7 Accepted 13ms 15.75 MiB
#8 Accepted 3ms 512.0 KiB
#9 Accepted 24ms 31.0 MiB
#10 Accepted 53ms 30.965 MiB

信息

递交者
类型
递交
题目
最短母串
题目数据
下载
语言
C++
递交时间
2018-08-04 14:56:59
评测时间
2018-08-04 14:56:59
评测机
分数
100
总耗时
140ms
峰值内存
31.0 MiB