/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'void sdf(T&)':
/in/foo.cc:13:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while(c=gc(),47<c&&c<58)x=(x<<1)+(x<<3)+(c^48);x*=y;
     ^~~~~
/in/foo.cc:13:52: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while(c=gc(),47<c&&c<58)x=(x<<1)+(x<<3)+(c^48);x*=y;
                                                    ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:6:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 #define fp(i,a,b) for(re i=a,I=b;i<=I;++i)
                   ^
/in/foo.cc:67:9: note: in expansion of macro 'fp'
         fp(i,1,n)da[i]=i;sort(da+1,da+n+1,comp);
         ^~
/in/foo.cc:67:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         fp(i,1,n)da[i]=i;sort(da+1,da+n+1,comp);
                          ^~~~
# 状态 耗时 内存占用
#1 Accepted 21ms 22.445 MiB
#2 Accepted 23ms 22.59 MiB
#3 Accepted 25ms 22.547 MiB
#4 Accepted 25ms 22.594 MiB
#5 Accepted 26ms 22.586 MiB
#6 Wrong Answer 19ms 22.555 MiB
#7 Accepted 253ms 27.297 MiB
#8 Time Exceeded ≥3006ms ≥29.559 MiB
#9 Wrong Answer 165ms 8.688 MiB
#10 Accepted 2659ms 30.305 MiB

信息

递交者
类型
递交
题目
P2030 逛公园
语言
C++
递交时间
2018-10-23 09:47:46
评测时间
2018-10-23 09:47:46
评测机
分数
70
总耗时
≥6227ms
峰值内存
≥30.305 MiB