#97
Anagrame
Să se scrie un program care verifică dacă două cuvinte date sunt anagrame.
Problema | Anagrame | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53820563 | Utilizator | |
Fișier | anagrame.cpp | Dimensiune | 455 B |
Data încărcării | 12 Noiembrie 2024, 14:11 | Scor / rezultat | 0 puncte |
anagrame.cpp: In function 'int main()': anagrame.cpp:10:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i = 0; i < strlen(s); i++) ^ anagrame.cpp:11:15: warning: array subscript has type 'char' [-Wchar-subscripts] a[s[i]]++; ^ anagrame.cpp:12:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i = 0; i < strlen(t); i++) ^ anagrame.cpp:13:15: warning: array subscript has type 'char' [-Wchar-subscripts] b[t[i]]++; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 10 | 0 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Anagrame 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ă.