#3915
anagrame_cv
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 nu există două vocale alăturate și nici două consoane alăturate.
Problema | anagrame_cv | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54822497 | Utilizator | |
Fișier | anagrame_cv.cpp | Dimensiune | 2.03 KB |
Data încărcării | 09 Decembrie 2024, 17:46 | Scor / rezultat | 100 puncte |
anagrame_cv.cpp: In function 'void back(int)': anagrame_cv.cpp:28:20: warning: array subscript has type 'char' [-Wchar-subscripts] if (!fol[c]) ^ anagrame_cv.cpp:30:18: warning: array subscript has type 'char' [-Wchar-subscripts] fol[c] = 1; ^ anagrame_cv.cpp:33:18: warning: array subscript has type 'char' [-Wchar-subscripts] fol[c] = 0; ^ anagrame_cv.cpp:38:20: warning: array subscript has type 'char' [-Wchar-subscripts] if (!fol[c]) ^ anagrame_cv.cpp:40:18: warning: array subscript has type 'char' [-Wchar-subscripts] fol[c] = 1; ^ anagrame_cv.cpp:43:18: warning: array subscript has type 'char' [-Wchar-subscripts] fol[c] = 0; ^ anagrame_cv.cpp: In function 'int main()': anagrame_cv.cpp:69:18: warning: array subscript has type 'char' [-Wchar-subscripts] fol[c] = 1; ^ anagrame_cv.cpp:72:18: warning: array subscript has type 'char' [-Wchar-subscripts] fol[c] = 0; ^ anagrame_cv.cpp:77:18: warning: array subscript has type 'char' [-Wchar-subscripts] fol[c] = 1; ^ anagrame_cv.cpp:80:18: warning: array subscript has type 'char' [-Wchar-subscripts] fol[c] = 0; ^ anagrame_cv.cpp:89:27: warning: array subscript has type 'char' [-Wchar-subscripts] fol[voc[kv]] = 1; ^ anagrame_cv.cpp:92:29: warning: array subscript has type 'char' [-Wchar-subscripts] fol[voc[kv++]] = 0; ^ anagrame_cv.cpp:96:27: warning: array subscript has type 'char' [-Wchar-subscripts] fol[con[kc]] = 1; ^ anagrame_cv.cpp:99:29: warning: array subscript has type 'char' [-Wchar-subscripts] fol[con[kc++]] = 0; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 10 | 10 | Exemplu | |
2 | 0 secunde | OK. | 10 | 10 | ||
3 | 0.008 secunde | OK. | 20 | 20 | ||
4 | 0 secunde | OK. | 20 | 20 | ||
5 | 0 secunde | OK. | 20 | 20 | ||
6 | 0 secunde | OK. | 20 | 20 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema anagrame_cv 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ă.