/ Vijos /

记录详情

Accepted

/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:118:14: warning: statement has no effect [-Wunused-value]
         for(l;l<en;l++){
              ^
# 状态 耗时 内存占用
#1 Accepted 16ms 26.734 MiB
#2 Accepted 22ms 26.199 MiB
#3 Accepted 35ms 25.875 MiB
#4 Accepted 84ms 31.531 MiB
#5 Accepted 72ms 31.055 MiB
#6 Accepted 70ms 27.805 MiB
#7 Accepted 164ms 30.75 MiB
#8 Accepted 152ms 31.0 MiB
#9 Accepted 374ms 34.359 MiB
#10 Accepted 383ms 32.625 MiB

信息

递交者
类型
递交
题目
P1553 树网的核加强版
语言
C++
递交时间
2018-07-23 19:15:44
评测时间
2018-07-23 19:15:44
评测机
分数
100
总耗时
1378ms
峰值内存
34.359 MiB