记录详情

Accepted

/in/foo.cc: In function 'void Work()':
/in/foo.cc:118:34: warning: iteration 100004 invokes undefined behavior [-Waggressive-loop-optimizations]
  for(int i=1; i<=MAXN; i++) fa[i]=i;
                             ~~~~~^~
/in/foo.cc:118:16: note: within this loop
  for(int i=1; i<=MAXN; i++) fa[i]=i;
               ~^~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 588.0 KiB
#2 Accepted 2ms 2.676 MiB
#3 Accepted 1ms 592.0 KiB
#4 Accepted 1ms 712.0 KiB
#5 Accepted 1ms 720.0 KiB
#6 Accepted 1ms 716.0 KiB
#7 Accepted 3ms 2.957 MiB
#8 Accepted 11ms 4.82 MiB
#9 Accepted 14ms 4.57 MiB
#10 Accepted 3ms 2.562 MiB

信息

递交者
类型
递交
题目
P1131 教主的难题
比赛
南京师范大学算法竞赛之2020年寒假战“疫”系列赛Round2 总第72期赛
语言
C++
递交时间
2020-02-11 15:38:36
评测时间
2020-02-11 15:38:36
评测机
分数
100
总耗时
43ms
峰值内存
4.82 MiB