Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:29:31: warning: iteration 100006 invokes undefined behavior [-Waggressive-loop-optimizations]
     for(int i=1;i<=M;i++)fa[i]=i;
                          ~~~~~^~
/in/foo.cc:29:18: note: within this loop
     for(int i=1;i<=M;i++)fa[i]=i;
                  ^
# 状态 耗时 内存占用
#1 Accepted 4ms 3.781 MiB
#2 Accepted 4ms 3.836 MiB
#3 Accepted 4ms 3.832 MiB
#4 Accepted 5ms 3.836 MiB
#5 Accepted 79ms 5.781 MiB

信息

递交者
类型
递交
题目
P1106 ikun之暗杀
语言
C++
递交时间
2024-04-25 14:05:20
评测时间
2024-04-25 14:05:20
评测机
分数
100
总耗时
97ms
峰值内存
5.781 MiB