/ 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:59:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Accepted 65ms 256.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 3ms 192.0 KiB
#5 Accepted 4ms 348.0 KiB
#6 Accepted 8ms 376.0 KiB
#7 Accepted 11ms 256.0 KiB
#8 Accepted 26ms 336.0 KiB
#9 Accepted 37ms 384.0 KiB
#10 Accepted 62ms 368.0 KiB

信息

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