记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:60:14: warning: unused variable 'okay' [-Wunused-variable]
         bool okay;
              ^~~~
/in/foo.cc:137:9: warning: iteration 6 invokes undefined behavior [-Waggressive-loop-optimizations]
    c[j] = 0;
    ~~~~~^~~
/in/foo.cc:136:17: note: within this loop
   for (j = 1; j <= 7; ++j)
               ~~^~~~
# 状态 耗时 内存占用
#1 Accepted 196ms 83.336 MiB
#2 Accepted 191ms 83.422 MiB
#3 Accepted 201ms 83.391 MiB
#4 Accepted 200ms 83.32 MiB
#5 Accepted 240ms 83.422 MiB
#6 Accepted 237ms 83.305 MiB
#7 Accepted 254ms 83.383 MiB
#8 Accepted 255ms 83.301 MiB
#9 Accepted 248ms 83.371 MiB
#10 Accepted 248ms 83.332 MiB

信息

递交者
类型
递交
题目
P1027 PA
语言
C++
递交时间
2019-11-13 16:57:14
评测时间
2019-11-13 16:57:14
评测机
分数
100
总耗时
2275ms
峰值内存
83.422 MiB