Borderou de evaluare (job #1908171)

Utilizator RusuAlexeiRusu Alexei RusuAlexei Data 6 martie 2017 23:16:50
Problema Cel mai lung subsir comun Status done
Runda Arhiva educationala Compilator c | Vezi sursa
Scor 0

Raport evaluator

Compilare: user.c: In function ‘main’: user.c:33:4: warning: array subscript has type ‘char’ [-Wchar-subscripts] if (a[i] == b[j]) dp[i][j] = dp[i-1][j-1]+1; ^ user.c:33:4: warning: array subscript has type ‘char’ [-Wchar-subscripts] user.c:33:4: warning: array subscript has type ‘char’ [-Wchar-subscripts] user.c:33:4: warning: array subscript has type ‘char’ [-Wchar-subscripts] user.c:34:4: warning: array subscript has type ‘char’ [-Wchar-subscripts] else dp[i][j] = max(dp[i-1][j], dp[i][j-1]); ^ user.c:34:4: warning: array subscript has type ‘char’ [-Wchar-subscripts] user.c:34:4: warning: array subscript has type ‘char’ [-Wchar-subscripts] user.c:34:4: warning: array subscript has type ‘char’ [-Wchar-subscripts] user.c:22:9: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result] freopen("cmlsc.in", "r", stdin); ^ user.c:23:9: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result] freopen("cmlsc.out", "w", stdout); ^ user.c:28:7: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d %d", &m, &n); ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
10ms268kbLungime incorecta!0
20ms284kbLungime incorecta!0
30ms284kbLungime incorecta!0
4Depăşit236kbTime limit exceeded.0
5Depăşit240kbTime limit exceeded.0
6Depăşit244kbTime limit exceeded.0
7Depăşit236kbTime limit exceeded.0
8Depăşit236kbTime limit exceeded.0
9Depăşit240kbTime limit exceeded.0
10Depăşit236kbTime limit exceeded.0
Punctaj total0

Ceva nu functioneaza?