/ Vijos /

记录详情

Accepted

/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 256.0 KiB
#2 Accepted 3ms 384.0 KiB
#3 Accepted 4ms 2.34 MiB
#4 Accepted 5ms 384.0 KiB
#5 Accepted 4ms 256.0 KiB
#6 Accepted 10ms 4.863 MiB
#7 Accepted 16ms 5.074 MiB
#8 Accepted 14ms 5.082 MiB
#9 Accepted 14ms 5.242 MiB
#10 Accepted 9ms 5.125 MiB

信息

递交者
类型
递交
题目
P1677 陶陶的名字
语言
C++
递交时间
2018-01-08 09:07:15
评测时间
2018-01-08 09:07:15
评测机
分数
100
总耗时
86ms
峰值内存
5.242 MiB