#3154
anagrame_pfv
Se citește de la tastatură un cuvânt s
format din cel mult 11
litere mici distincte. Să se genereze în ordine alfabetică și să se afișeze toate anagramele cuvântului s
în care vocalele sunt puncte fixe.
Problema | anagrame_pfv | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53742245 | Utilizator | |
Fișier | anagrame_pfv.cpp | Dimensiune | 1.04 KB |
Data încărcării | 10 Noiembrie 2024, 15:53 | Scor / rezultat | 0 puncte |
anagrame_pfv.cpp: In function 'int Solutie(int)': anagrame_pfv.cpp:25:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (k == strlen(x)) ^ anagrame_pfv.cpp: In function 'void back(int)': anagrame_pfv.cpp:31:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < strlen(x); i++) { ^ anagrame_pfv.cpp:33:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (valid(k)) ^ anagrame_pfv.cpp: In function 'int main()': anagrame_pfv.cpp:42:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < strlen(x) - 1; i++) { ^ anagrame_pfv.cpp:48:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < strlen(x) - 1; i++) { ^ anagrame_pfv.cpp:49:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 0; j < strlen(x) - i - 1; j++) { ^
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.036 secunde | Raspuns gresit. | 20 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema anagrame_pfv 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ă.