/ Vijos /

记录详情

Wrong Answer

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

信息

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