/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'int check(int)':
/in/foo.cc:28:5: warning: operation on 'k' may be undefined [-Wsequence-point]
   b[++k]=a[k].y;
     ^~~
/in/foo.cc:29:30: warning: operation on 'k' may be undefined [-Wsequence-point]
   while (a[k].x==a[k+1].x) b[++k]=a[k].y;
                              ^~~
/in/foo.cc:51:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 3ms 268.0 KiB
#2 Accepted 74ms 360.0 KiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 3ms 328.0 KiB
#5 Accepted 5ms 260.0 KiB
#6 Accepted 8ms 384.0 KiB
#7 Accepted 14ms 384.0 KiB
#8 Accepted 25ms 364.0 KiB
#9 Accepted 35ms 336.0 KiB
#10 Accepted 63ms 372.0 KiB

信息

递交者
类型
递交
题目
Load balancing
语言
C++
递交时间
2017-08-19 14:56:28
评测时间
2017-08-19 14:56:28
评测机
分数
100
总耗时
237ms
峰值内存
384.0 KiB