Se dau două șiruri de caractere, litere mici ale alfabetului englez. Să se determine lungimea celui mai lung subșir comun.
Problema | LungimeSubsirComunMaximal | Operații I/O |
lungimesubsircomunmaximal.in /lungimesubsircomunmaximal.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #34947233 | Utilizator | |
Fișier | lungimesubsircomunmaximal.cpp | Dimensiune | 683 B |
Data încărcării | 19 Februarie 2022, 11:34 | Scor / rezultat | 0 puncte |
lungimesubsircomunmaximal.cpp: In function 'int main()': lungimesubsircomunmaximal.cpp:16:19: warning: array subscript has type 'char' [-Wchar-subscripts] if(A[i]==B[i]){ ^ lungimesubsircomunmaximal.cpp:16:25: warning: array subscript has type 'char' [-Wchar-subscripts] if(A[i]==B[i]){ ^ lungimesubsircomunmaximal.cpp:17:20: warning: array subscript has type 'char' [-Wchar-subscripts] V[i][j]=1+V[i-1][j-1]; ^ lungimesubsircomunmaximal.cpp:17:23: warning: array subscript has type 'char' [-Wchar-subscripts] V[i][j]=1+V[i-1][j-1]; ^ lungimesubsircomunmaximal.cpp:19:29: warning: array subscript has type 'char' [-Wchar-subscripts] else if(V[i-1][j]>V[i][j-1]){ ^ lungimesubsircomunmaximal.cpp:19:34: warning: array subscript has type 'char' [-Wchar-subscripts] else if(V[i-1][j]>V[i][j-1]){ ^ lungimesubsircomunmaximal.cpp:20:20: warning: array subscript has type 'char' [-Wchar-subscripts] V[i][j]=V[i-1][j]; ^ lungimesubsircomunmaximal.cpp:20:23: warning: array subscript has type 'char' [-Wchar-subscripts] V[i][j]=V[i-1][j]; ^ lungimesubsircomunmaximal.cpp:20:33: warning: array subscript has type 'char' [-Wchar-subscripts] V[i][j]=V[i-1][j]; ^ lungimesubsircomunmaximal.cpp:22:21: warning: array subscript has type 'char' [-Wchar-subscripts] else V[i][j]=V[i][j-1]; ^ lungimesubsircomunmaximal.cpp:22:24: warning: array subscript has type 'char' [-Wchar-subscripts] else V[i][j]=V[i][j-1]; ^ lungimesubsircomunmaximal.cpp:22:29: warning: array subscript has type 'char' [-Wchar-subscripts] else V[i][j]=V[i][j-1]; ^ lungimesubsircomunmaximal.cpp:25:14: warning: array subscript has type 'char' [-Wchar-subscripts] fout<<V[a][b]; ^ lungimesubsircomunmaximal.cpp:25:17: warning: array subscript has type 'char' [-Wchar-subscripts] fout<<V[a][b]; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 20 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema LungimeSubsirComunMaximal face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.