/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:68:44: warning: iteration 1004 invokes undefined behavior [-Waggressive-loop-optimizations]
   68 |         for(int i = 1;i <= N;i ++) head[i] = -1;
      |                                    ~~~~~~~~^~~~
foo.cc:68:25: note: within this loop
   68 |         for(int i = 1;i <= N;i ++) head[i] = -1;
      |                       ~~^~~~
foo.cc:69:42: warning: iteration 1004 invokes undefined behavior [-Waggressive-loop-optimizations]
   69 |         for(int i = 1;i <= N;i ++) fa[i] = i;
      |                                    ~~~~~~^~~
foo.cc:69:25: note: within this loop
   69 |         for(int i = 1;i <= N;i ++) fa[i] = i;
      |                       ~~^~~~
foo.cc:68: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]
   68 |         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 Wrong Answer Read 0, expect -1. 6ms 412.0 KiB
#4 Accepted 34ms 2.633 MiB
#5 Accepted 81ms 4.781 MiB
#6 Accepted 238ms 1.801 MiB
#7 Accepted 69ms 1.559 MiB

信息

递交者
类型
递交
题目
P1053 Easy sssp
语言
C++
递交时间
2023-07-04 10:14:42
评测时间
2023-07-04 10:14:42
评测机
分数
85
总耗时
436ms
峰值内存
4.781 MiB