/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:71:33: warning: iteration 100004 invokes undefined behavior [-Waggressive-loop-optimizations]
  for (int i=1;i<=maxn;i++) fa[i]=i;
                            ~~~~~^~
/in/foo.cc:71:16: note: within this loop
  for (int i=1;i<=maxn;i++) fa[i]=i;
                ^
# 状态 耗时 内存占用
#1 Accepted 4ms 2.75 MiB
#2 Accepted 3ms 768.0 KiB
#3 Accepted 3ms 744.0 KiB
#4 Accepted 3ms 756.0 KiB
#5 Accepted 5ms 2.625 MiB
#6 Accepted 2ms 760.0 KiB
#7 Accepted 3ms 2.375 MiB
#8 Accepted 21ms 4.344 MiB
#9 Accepted 14ms 5.105 MiB
#10 Accepted 4ms 2.84 MiB

信息

递交者
类型
递交
题目
P1422 教主的难题
语言
C++
递交时间
2018-09-23 08:28:21
评测时间
2018-09-23 08:28:21
评测机
分数
100
总耗时
65ms
峰值内存
5.105 MiB