Pagini recente » Borderou de evaluare (job #1230220) | Borderou de evaluare (job #2203303) | Borderou de evaluare (job #1098221) | Borderou de evaluare (job #2768151) | Borderou de evaluare (job #1223112)
Borderou de evaluare (job #1223112)
Raport evaluator
Compilare:
user.cpp: In function ‘int cost_min(char*)’:
user.cpp:27:34: warning: array subscript has type ‘char’ [-Wchar-subscripts]
dp[i][j] = a[s[i]][s[j]];
^
user.cpp:27:40: warning: array subscript has type ‘char’ [-Wchar-subscripts]
dp[i][j] = a[s[i]][s[j]];
^
user.cpp:33:84: warning: array subscript has type ‘char’ [-Wchar-subscripts]
dp[i][j] = min(dp[i][j], dp[i+1][k-1] + dp[k+1][j] + a[s[i]][s[k]]);
^
user.cpp:33:90: warning: array subscript has type ‘char’ [-Wchar-subscripts]
dp[i][j] = min(dp[i][j], dp[i+1][k-1] + dp[k+1][j] + a[s[i]][s[k]]);
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 448kb | Incorect | 0 |
2 | 0ms | 472kb | Incorect | 0 |
3 | 0ms | 536kb | Incorect | 0 |
4 | 0ms | 632kb | Incorect | 0 |
5 | 16ms | 1028kb | Incorect | 0 |
6 | 88ms | 1420kb | Incorect | 0 |
7 | 92ms | 1424kb | Incorect | 0 |
8 | 88ms | 1420kb | Incorect | 0 |
9 | 92ms | 1424kb | Incorect | 0 |
10 | 92ms | 1424kb | Incorect | 0 |
Punctaj total | 0 |