/ Vijos /

记录详情

Runtime Error

/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:70:9: note: in expansion of macro 'fp'
         fp(i,1,n)da[i]=i;sort(da+1,da+n+1,comp);
         ^~
/in/foo.cc:70: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 Runtime Error 390ms 6.176 MiB
#2 Runtime Error 376ms 6.172 MiB
#3 Runtime Error 378ms 6.219 MiB
#4 Runtime Error 389ms 6.223 MiB
#5 Runtime Error 379ms 6.191 MiB
#6 Runtime Error 392ms 6.188 MiB
#7 Runtime Error 373ms 6.176 MiB
#8 Runtime Error 394ms 6.191 MiB
#9 Runtime Error 428ms 6.172 MiB
#10 Runtime Error 351ms 6.18 MiB

信息

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