记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:60:14: warning: unused variable 'okay' [-Wunused-variable]
         bool okay;
              ^~~~
/in/foo.cc:136:9: warning: iteration 6 invokes undefined behavior [-Waggressive-loop-optimizations]
    c[j] = 0;
    ~~~~~^~~
/in/foo.cc:135:17: note: within this loop
   for (j = 1; j <= 7; ++j)
               ~~^~~~
# 状态 耗时 内存占用
#1 Runtime Error 24ms 26.426 MiB
#2 Runtime Error 24ms 26.539 MiB
#3 Runtime Error 24ms 26.465 MiB
#4 Runtime Error 24ms 28.426 MiB
#5 Runtime Error 24ms 26.457 MiB
#6 Runtime Error 24ms 26.48 MiB
#7 Runtime Error 24ms 28.426 MiB
#8 Runtime Error 24ms 28.477 MiB
#9 Runtime Error 25ms 28.5 MiB
#10 Runtime Error 25ms 28.422 MiB

信息

递交者
类型
递交
题目
P1027 PA
语言
C++
递交时间
2019-11-13 16:47:11
评测时间
2019-11-13 16:47:11
评测机
分数
0
总耗时
246ms
峰值内存
28.5 MiB