/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(str[j+1] == str[i]) j++; p[i]=j;
     ^~
/in/foo.cc:11:33: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(str[j+1] == str[i]) j++; p[i]=j;
                                 ^
# 状态 耗时 内存占用
#1 Accepted 4ms 2.25 MiB
#2 Wrong Answer 3ms 352.0 KiB
#3 Wrong Answer 4ms 2.25 MiB
#4 Wrong Answer 3ms 384.0 KiB
#5 Wrong Answer 5ms 2.352 MiB
#6 Wrong Answer 13ms 4.965 MiB
#7 Wrong Answer 19ms 5.0 MiB
#8 Wrong Answer 16ms 5.164 MiB
#9 Wrong Answer 14ms 5.121 MiB
#10 Wrong Answer 12ms 5.125 MiB

信息

递交者
类型
递交
题目
P1677 陶陶的名字
语言
C++
递交时间
2018-01-07 21:20:33
评测时间
2018-01-07 21:20:33
评测机
分数
10
总耗时
97ms
峰值内存
5.164 MiB