Borderou de evaluare (job #3001974)

Utilizator CaptnBananaPetcu Tudor CaptnBanana Data 14 martie 2023 09:55:21
Problema Distante Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 100

Raport evaluator

Compilare: main.cpp: In function 'void dijkstra(int)': main.cpp:43:19: warning: iteration 50000 invokes undefined behavior [-Waggressive-loop-optimizations] 43 | d_adev[i] = INF32; | ~~~~~~~~~~^~~~~~~ main.cpp:42:22: note: within this loop 42 | for(int i = 1; i <= N; i++){ | ~~^~~~ main.cpp:43:19: warning: 'void* __builtin_memset(void*, int, long unsigned int)' forming offset [200004, 200007] is out of the bounds [0, 200004] of object 'd_adev' with type 'int [50001]' [-Warray-bounds] 43 | d_adev[i] = INF32; | ~~~~~~~~~~^~~~~~~ main.cpp:10:17: note: 'd_adev' declared here 10 | int h[N], d[N], d_adev[N]; | ^~~~~~ main.cpp:44:20: warning: 'void* __builtin_memset(void*, int, long unsigned int)' forming offset 50001 is out of the bounds [0, 50001] of object 'in_heap' with type 'bool [50001]' [-Warray-bounds] 44 | in_heap[i] = false; | ~~~~~~~~~~~^~~~~~~ main.cpp:12:6: note: 'in_heap' declared here 12 | bool in_heap[N]; | ^~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
10ms184kbOK1010
25ms1888kbOK1010
35ms1888kbOK1010
415ms2150kbOK1010
518ms2248kbOK1010
663ms3248kbOK1010
769ms4263kbOK1040
825ms2433kbOK10
965ms3170kbOK10
1061ms3325kbOK10
Punctaj total100

Ceva nu functioneaza?