/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:36: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:36: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 13ms 4.375 MiB
#2 Wrong Answer 10ms 4.25 MiB
#3 Wrong Answer 11ms 364.0 KiB
#4 Wrong Answer 18ms 4.5 MiB
#5 Wrong Answer 19ms 4.082 MiB
#6 Wrong Answer 67ms 13.156 MiB
#7 Wrong Answer 58ms 15.746 MiB
#8 Wrong Answer 59ms 13.113 MiB
#9 Wrong Answer 74ms 14.832 MiB
#10 Accepted 63ms 14.352 MiB

信息

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