/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:71:16: warning: iteration 3000 invokes undefined behavior [-Waggressive-loop-optimizations]
   if(dp[1][1][i])minx = min(minx,abs(p - i));
      ~~~~~~~~~~^
/in/foo.cc:70:18: note: within this loop
  for(int i = 0;i < MAXN;i ++){
                ~~^~~~~~
# 状态 耗时 内存占用
#1 Accepted 6ms 4.598 MiB
#2 Accepted 6ms 4.594 MiB
#3 Accepted 5ms 4.477 MiB
#4 Accepted 20ms 6.957 MiB
#5 Accepted 12ms 6.863 MiB
#6 Wrong Answer 6ms 4.352 MiB
#7 Accepted 5ms 2.344 MiB
#8 Wrong Answer 14ms 6.996 MiB
#9 Accepted 4ms 2.457 MiB
#10 Wrong Answer 21ms 6.625 MiB

信息

递交者
类型
递交
题目
P1280 The Moment-遇见
语言
C++
递交时间
2017-10-23 15:14:17
评测时间
2017-10-23 15:14:17
评测机
分数
70
总耗时
104ms
峰值内存
6.996 MiB