Pagini recente » Borderou de evaluare (job #376465) | Borderou de evaluare (job #1994345) | Borderou de evaluare (job #2054964) | Borderou de evaluare (job #461924) | Borderou de evaluare (job #1912063)
Borderou de evaluare (job #1912063)
Raport evaluator
Compilare:
user.cpp: In function ‘int main()’:
user.cpp:31:33: warning: array subscript has type ‘char’ [-Wchar-subscripts]
for (i=1; i<=m; i++) fin >> a[i];
^
user.cpp:32:33: warning: array subscript has type ‘char’ [-Wchar-subscripts]
for (i=1; i<=n; i++) fin >> b[i];
^
user.cpp:36:11: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if (a[i] == b[j]) dp[i][j] = dp[i-1][j-1]+1;
^
user.cpp:36:19: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if (a[i] == b[j]) dp[i][j] = dp[i-1][j-1]+1;
^
user.cpp:36:26: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if (a[i] == b[j]) dp[i][j] = dp[i-1][j-1]+1;
^
user.cpp:36:29: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if (a[i] == b[j]) dp[i][j] = dp[i-1][j-1]+1;
^
user.cpp:37:13: warning: array subscript has type ‘char’ [-Wchar-subscripts]
else dp[i][j] = max(dp[i-1][j], dp[i][j-1]);
^
user.cpp:37:16: warning: array subscript has type ‘char’ [-Wchar-subscripts]
else dp[i][j] = max(dp[i-1][j], dp[i][j-1]);
^
user.cpp:37:33: warning: array subscript has type ‘char’ [-Wchar-subscripts]
else dp[i][j] = max(dp[i-1][j], dp[i][j-1]);
^
user.cpp:37:40: warning: array subscript has type ‘char’ [-Wchar-subscripts]
else dp[i][j] = max(dp[i-1][j], dp[i][j-1]);
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 412kb | Fisier de iesire corupt! | 0 |
2 | 0ms | 424kb | Fisier de iesire corupt! | 0 |
3 | 0ms | 428kb | Fisier de iesire corupt! | 0 |
4 | Depăşit | 388kb | Time limit exceeded. | 0 |
5 | Depăşit | 388kb | Time limit exceeded. | 0 |
6 | Depăşit | 392kb | Time limit exceeded. | 0 |
7 | Depăşit | 388kb | Time limit exceeded. | 0 |
8 | Depăşit | 388kb | Time limit exceeded. | 0 |
9 | Depăşit | 388kb | Time limit exceeded. | 0 |
10 | Depăşit | 392kb | Time limit exceeded. | 0 |
Punctaj total | 0 |