/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'bool sdf(T&)':
/in/foo.cc:14:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while(c=getchar(),47<c&&c<58)x=(x<<1)+(x<<3)+(c^48);x*=y;
     ^~~~~
/in/foo.cc:14:57: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while(c=getchar(),47<c&&c<58)x=(x<<1)+(x<<3)+(c^48);x*=y;
                                                         ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:117:14: warning: statement has no effect [-Wunused-value]
         for(l;l<en;l++){
              ^
# 状态 耗时 内存占用
#1 Accepted 27ms 26.125 MiB
#2 Accepted 29ms 25.75 MiB
#3 Accepted 64ms 28.75 MiB
#4 Accepted 90ms 31.125 MiB
#5 Accepted 89ms 26.625 MiB
#6 Accepted 68ms 29.75 MiB
#7 Accepted 146ms 33.055 MiB
#8 Accepted 160ms 32.305 MiB
#9 Wrong Answer 356ms 33.805 MiB
#10 Wrong Answer 356ms 33.965 MiB

信息

递交者
类型
递交
题目
P1553 树网的核加强版
语言
C++
递交时间
2018-07-23 18:59:16
评测时间
2018-07-23 18:59:16
评测机
分数
80
总耗时
1390ms
峰值内存
33.965 MiB