记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:26:19: warning: iteration 16 invokes undefined behavior [-Waggressive-loop-optimizations]
   rup[i] = lup[i] = 1;
            ~~~~~~~^~~
/in/foo.cc:25:15: note: within this loop
  for(i  =1; i <=2*N+1; i++)
             ~~^~~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 336.0 KiB
#2 Accepted 4ms 256.0 KiB
#3 Accepted 4ms 384.0 KiB
#4 Accepted 4ms 256.0 KiB
#5 Accepted 4ms 256.0 KiB

信息

递交者
类型
递交
题目
2(1)
比赛
新星杯第二轮比赛
语言
C++
递交时间
2017-08-31 20:49:24
评测时间
2017-08-31 20:49:24
评测机
分数
100
总耗时
21ms
峰值内存
384.0 KiB