/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'bool sdf(T&)':
/in/foo.cc:11: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:11: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;
                                                         ^
# 状态 耗时 内存占用
#1 Accepted 2ms 504.0 KiB
#2 Accepted 2ms 500.0 KiB
#3 Accepted 3ms 408.0 KiB
#4 Accepted 2ms 500.0 KiB
#5 Accepted 3ms 512.0 KiB
#6 Accepted 2ms 496.0 KiB
#7 Accepted 11ms 512.0 KiB
#8 Accepted 3ms 492.0 KiB
#9 Accepted 5ms 484.0 KiB
#10 Accepted 16ms 512.0 KiB

信息

递交者
类型
递交
题目
P1423 最佳路线
语言
C++
递交时间
2018-07-15 21:12:01
评测时间
2018-07-15 21:12:01
评测机
分数
100
总耗时
53ms
峰值内存
512.0 KiB