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 | #51877547 | Utilizator | |
Fișier | amplasare_cuvinte.cpp | Dimensiune | 2.51 KB |
Data încărcării | 02 Septembrie 2024, 17:32 | Scor / rezultat | 100 puncte |
amplasare_cuvinte.cpp: In function 'bool freeorizontala(int, int, int)': amplasare_cuvinte.cpp:14:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int a = 0; a <= strlen(s[cuv]) - 1; ++a) ^ amplasare_cuvinte.cpp: In function 'bool freeverticala(int, int, int)': amplasare_cuvinte.cpp:26:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int a = 0; a <= strlen(s[cuv]) - 1; ++a) ^ amplasare_cuvinte.cpp: In function 'void punepeorizontala(int, int, int)': amplasare_cuvinte.cpp:38:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int a = 0; a < strlen(s[cuv]); ++a) ^ amplasare_cuvinte.cpp: In function 'void punepeverticala(int, int, int)': amplasare_cuvinte.cpp:46:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int a = 0; a < strlen(s[cuv]); ++a) ^ amplasare_cuvinte.cpp: In function 'void salveazapeorizontala(int, int, int, int*)': amplasare_cuvinte.cpp:54:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int a = 0; a < strlen(s[cuv]); ++a) ^ amplasare_cuvinte.cpp: In function 'void salveazapeverticala(int, int, int, int*)': amplasare_cuvinte.cpp:62:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int a = 0; a < strlen(s[cuv]); ++a) ^ amplasare_cuvinte.cpp: In function 'void restaureazapeorizontala(int, int, int, int*)': amplasare_cuvinte.cpp:70:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int a = 0; a < strlen(s[cuv]); ++a) ^ amplasare_cuvinte.cpp: In function 'void restaureazapeverticala(int, int, int, int*)': amplasare_cuvinte.cpp:78:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int a = 0; a < strlen(s[cuv]); ++a) ^ amplasare_cuvinte.cpp: In function 'void back(int)': amplasare_cuvinte.cpp:111:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 1; j <= y - strlen(s[k]) + 1; ++j) ^ amplasare_cuvinte.cpp:123:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 1; i <= x - strlen(s[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 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ă.