/ 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:53:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 2ms 360.0 KiB
#2 Accepted 787ms 256.0 KiB
#3 Accepted 2ms 256.0 KiB
#4 Accepted 3ms 256.0 KiB
#5 Accepted 18ms 256.0 KiB
#6 Accepted 30ms 256.0 KiB
#7 Accepted 103ms 348.0 KiB
#8 Accepted 248ms 256.0 KiB
#9 Accepted 371ms 352.0 KiB
#10 Accepted 684ms 364.0 KiB

信息

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