Problema | amplasare_cuvinte | Operații I/O |
cuvinte.in /cuvinte.out
|
---|---|---|---|
Limita timp | 0.5 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53283366 | Utilizator | |
Fișier | amplasare_cuvinte.cpp | Dimensiune | 2.55 KB |
Data încărcării | 23 Octombrie 2024, 12:26 | Scor / rezultat | 100 puncte |
amplasare_cuvinte.cpp: In function 'bool cond1(int, int, int)': amplasare_cuvinte.cpp:13:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int p = 0; p < strlen(sir[k]); p ++) ^ amplasare_cuvinte.cpp: In function 'void memoriz(int*, int, int, int)': amplasare_cuvinte.cpp:21:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int p = 0; p < strlen(sir[k]); p ++) ^ amplasare_cuvinte.cpp: In function 'void soloriz(int, int, int)': amplasare_cuvinte.cpp:27:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int p = 0; p < strlen(sir[k]); p ++) ^ amplasare_cuvinte.cpp: In function 'void stergoriz(int*, int, int, int)': amplasare_cuvinte.cpp:33:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int p = 0; p < strlen(sir[k]); p ++) ^ amplasare_cuvinte.cpp: In function 'bool cond2(int, int, int)': amplasare_cuvinte.cpp:53:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int p = 0; p < strlen(sir[k]); p ++) ^ amplasare_cuvinte.cpp: In function 'void memvert(int*, int, int, int)': amplasare_cuvinte.cpp:61:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int p = 0; p < strlen(sir[k]); p ++) ^ amplasare_cuvinte.cpp: In function 'void solvert(int, int, int)': amplasare_cuvinte.cpp:67:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int p = 0; p < strlen(sir[k]); p ++) ^ amplasare_cuvinte.cpp: In function 'void stergvert(int*, int, int, int)': amplasare_cuvinte.cpp:73:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int p = 0; p < strlen(sir[k]); p ++) ^ amplasare_cuvinte.cpp: In function 'void backt(int)': amplasare_cuvinte.cpp:87:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 1; j <= m - strlen(sir[k]) + 1; j ++) ^ amplasare_cuvinte.cpp:100:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 1; i <= n - strlen(sir[k]) + 1; i ++) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Corect ! | 10 | 10 | Exemplu | |
2 | 0 secunde | Corect ! | 10 | 10 | ||
3 | 0.004 secunde | Corect ! | 20 | 20 | ||
4 | 0 secunde | Corect ! | 20 | 20 | ||
5 | 0 secunde | Corect ! | 20 | 20 | ||
6 | 0 secunde | Corect ! | 20 | 20 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema amplasare_cuvinte 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ă.