/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:89:44: warning: iteration 1004 invokes undefined behavior [-Waggressive-loop-optimizations]
   89 |         for(int i = 1;i <= N;i ++) head[i] = -1;
      |                                    ~~~~~~~~^~~~
foo.cc:89:25: note: within this loop
   89 |         for(int i = 1;i <= N;i ++) head[i] = -1;
      |                       ~~^~~~
foo.cc:90:42: warning: iteration 1004 invokes undefined behavior [-Waggressive-loop-optimizations]
   90 |         for(int i = 1;i <= N;i ++) fa[i] = i;
      |                                    ~~~~~~^~~
foo.cc:90:25: note: within this loop
   90 |         for(int i = 1;i <= N;i ++) fa[i] = i;
      |                       ~~^~~~
foo.cc:89:44: warning: 'void* __builtin_memset(void*, int, long unsigned int)' forming offset [4020, 4023] is out of the bounds [0, 4020] of object 'head' with type 'int [1005]' [-Warray-bounds]
   89 |         for(int i = 1;i <= N;i ++) head[i] = -1;
      |                                    ~~~~~~~~^~~~
foo.cc:15:13: note: 'head' declared here
   15 | int fa[N] , head[N] , cnt;
      |             ^~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Cancelled 0ms 0 Bytes
#2 Accepted 5ms 412.0 KiB
#3 Accepted 4ms 412.0 KiB
#4 Accepted 32ms 712.0 KiB
#5 Accepted 73ms 2.402 MiB
#6 Accepted 387ms 2.441 MiB
#7 Accepted 67ms 2.465 MiB

信息

递交者
类型
递交
题目
P1053 Easy sssp
语言
C++
递交时间
2023-08-04 11:51:59
评测时间
2023-08-04 11:51:59
评测机
分数
100
总耗时
570ms
峰值内存
2.465 MiB