#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 | #53263807 | Utilizator | |
Fișier | anagrame.cpp | Dimensiune | 618 B |
Data încărcării | 22 Octombrie 2024, 19:28 | Scor / rezultat | Eroare de compilare |
anagrame.cpp:27:1: error: stray '\302' in program return 0; ^ anagrame.cpp:27:1: error: stray '\240' in program anagrame.cpp:27:1: error: stray '\302' in program anagrame.cpp:27:1: error: stray '\240' in program anagrame.cpp:27:1: error: stray '\302' in program anagrame.cpp:27:1: error: stray '\240' in program anagrame.cpp:27:1: error: stray '\302' in program anagrame.cpp:27:1: error: stray '\240' in program anagrame.cpp:27:1: error: stray '\302' in program anagrame.cpp:27:1: error: stray '\240' in program anagrame.cpp: In function 'int main()': anagrame.cpp:14:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < strlen(cuv1); i++){ ^ anagrame.cpp:15:23: warning: array subscript has type 'char' [-Wchar-subscripts] c1[cuv1[i]]++; ^ anagrame.cpp:17:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < strlen(cuv2); i++){ ^ anagrame.cpp:18:23: warning: array subscript has type 'char' [-Wchar-subscripts] c2[cuv2[i]]++; ^
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ă.