/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'bool sdf(T&)':
/in/foo.cc:8: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:8: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 1ms 556.0 KiB
#2 Accepted 1ms 608.0 KiB
#3 Accepted 1ms 348.0 KiB
#4 Accepted 1ms 352.0 KiB
#5 Accepted 1ms 352.0 KiB
#6 Accepted 1ms 348.0 KiB
#7 Accepted 8ms 460.0 KiB
#8 Accepted 2ms 344.0 KiB
#9 Accepted 2ms 340.0 KiB
#10 Accepted 10ms 460.0 KiB

信息

递交者
类型
递交
题目
P1423 最佳路线
语言
C++
递交时间
2019-08-31 11:43:17
评测时间
2019-08-31 11:43:17
评测机
分数
100
总耗时
32ms
峰值内存
608.0 KiB