Borderou de evaluare (job #2495031)

Utilizator Ionut28Porumb Palincas Ionut Ionut28 Data 18 noiembrie 2019 19:45:53
Problema Joc13 Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'void solve()': main.cpp:19:32: warning: array subscript is above array bounds [-Warray-bounds] dp[2][1][1] = a[1][1] + a[2][1]; ~~~^ main.cpp:19:9: warning: array subscript is above array bounds [-Warray-bounds] dp[2][1][1] = a[1][1] + a[2][1]; ~~~~^ main.cpp:27:30: warning: array subscript is above array bounds [-Warray-bounds] dp[2][j][k] = a[2][j] + dp[2][j - 1][k - 1]; ~~~^ main.cpp:27:41: warning: array subscript is above array bounds [-Warray-bounds] dp[2][j][k] = a[2][j] + dp[2][j - 1][k - 1]; ~~~~^ main.cpp:27:17: warning: array subscript is above array bounds [-Warray-bounds] dp[2][j][k] = a[2][j] + dp[2][j - 1][k - 1]; ~~~~^ main.cpp:32:26: warning: array subscript is above array bounds [-Warray-bounds] dp[2][j][1] = a[2][j] + m1; ~~~^ main.cpp:32:13: warning: array subscript is above array bounds [-Warray-bounds] dp[2][j][1] = a[2][j] + m1; ~~~~^
Test Timp executie Memorie folosita Mesaj Punctaj/test
12ms131kbIncorect0
22ms131kbIncorect0
33ms131kbKilled by Signal 110
43ms131kbKilled by Signal 110
52ms262kbKilled by Signal 110
62ms131kbKilled by Signal 110
73ms131kbIncorect0
84ms131kbKilled by Signal 110
93ms131kbIncorect0
104ms131kbKilled by Signal 110
Punctaj total0

Ceva nu functioneaza?