Borderou de evaluare (job #2498244)

Utilizator Ykm911Ichim Stefan Ykm911 Data 23 noiembrie 2019 17:42:47
Problema Redu Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'int main()': main.cpp:28:33: warning: array subscript has type 'char' [-Wchar-subscripts] dp[i][i + 1] = cost[s[i]][s[i + 1]]; ^ main.cpp:28:43: warning: array subscript has type 'char' [-Wchar-subscripts] dp[i][i + 1] = cost[s[i]][s[i + 1]]; ^ main.cpp:33:60: warning: array subscript has type 'char' [-Wchar-subscripts] dp[i][j] = min(dp[i][j - 2] + cost[s[j - 1]][s[j]], ^ main.cpp:33:66: warning: array subscript has type 'char' [-Wchar-subscripts] dp[i][j] = min(dp[i][j - 2] + cost[s[j - 1]][s[j]], ^ main.cpp:34:56: warning: array subscript has type 'char' [-Wchar-subscripts] min(dp[i + 1][j - 1] + cost[s[i]][s[j]], ^ main.cpp:34:62: warning: array subscript has type 'char' [-Wchar-subscripts] min(dp[i + 1][j - 1] + cost[s[i]][s[j]], ^ main.cpp:35:56: warning: array subscript has type 'char' [-Wchar-subscripts] dp[i + 2][j] + cost[s[i]][s[i + 1]])); ^ main.cpp:35:66: warning: array subscript has type 'char' [-Wchar-subscripts] dp[i + 2][j] + cost[s[i]][s[i + 1]])); ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
12ms131kbIncorect0
22ms262kbIncorect0
33ms393kbIncorect0
43ms524kbIncorect0
520ms1310kbIncorect0
686ms2228kbIncorect0
786ms2228kbIncorect0
886ms2232kbIncorect0
986ms2228kbIncorect0
1088ms2228kbIncorect0
Punctaj total0

Ceva nu functioneaza?