/ 程序猿 /

记录详情

Runtime Error

/in/foo.cc: In function 'void dfs(int, int)':
/in/foo.cc:23:16: warning: iteration 4 invokes undefined behavior [-Waggressive-loop-optimizations]
   int xx=x+dx[i];
            ~~~~^
/in/foo.cc:21:15: note: within this loop
  for(int i=1;i<=5;++i)
              ~^~~
# 状态 耗时 内存占用
#1 Runtime Error 3ms 328.0 KiB
#2 Accepted 1ms 200.0 KiB
#3 Wrong Answer 1ms 200.0 KiB
#4 Runtime Error 3ms 328.0 KiB
#5 Accepted 1ms 204.0 KiB

信息

递交者
类型
递交
题目
面积
语言
C++
递交时间
2019-03-28 13:26:17
评测时间
2019-03-28 13:26:17
评测机
分数
10
总耗时
10ms
峰值内存
328.0 KiB