/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:35:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=l+1;i<=l+len;i++)putchar(s[i]);putchar('\n');
  ^~~
/in/foo.cc:35:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(int i=l+1;i<=l+len;i++)putchar(s[i]);putchar('\n');
                                           ^~~~~~~
# 状态 耗时 内存占用
#1 Accepted 7ms 4.352 MiB
#2 Wrong Answer 6ms 4.344 MiB
#3 Wrong Answer 8ms 4.352 MiB
#4 Wrong Answer 7ms 2.375 MiB
#5 Wrong Answer 14ms 3.461 MiB
#6 Wrong Answer 44ms 7.426 MiB
#7 Wrong Answer 54ms 7.457 MiB
#8 Wrong Answer 43ms 9.918 MiB
#9 Wrong Answer 47ms 8.352 MiB
#10 Accepted 49ms 8.984 MiB

信息

递交者
类型
递交
题目
P1382 寻找主人
语言
C++
递交时间
2018-10-14 00:02:48
评测时间
2018-10-14 00:02:48
评测机
分数
20
总耗时
283ms
峰值内存
9.918 MiB