#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 | #52563540 | Utilizator | |
Fișier | anagrame_cv.cpp | Dimensiune | 1.11 KB |
Data încărcării | 03 Octombrie 2024, 11:33 | Scor / rezultat | 80 puncte |
anagrame_cv.cpp: In function 'int sol(int)': anagrame_cv.cpp:25:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] return k == strlen(s) - 1; ^ anagrame_cv.cpp: In function 'int bkt(int)': anagrame_cv.cpp:37:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0 ; i < strlen(s); i++) ^ anagrame_cv.cpp:40:20: warning: array subscript has type 'char' [-Wchar-subscripts] if(viz[s[i]] == 0) ^ anagrame_cv.cpp:42:21: warning: array subscript has type 'char' [-Wchar-subscripts] viz[s[i]] = 1; ^ anagrame_cv.cpp:43:15: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(ok(k)) ^ anagrame_cv.cpp:47:21: warning: array subscript has type 'char' [-Wchar-subscripts] viz[s[i]] = 0; ^ anagrame_cv.cpp:50:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ anagrame_cv.cpp: In function 'int main()': anagrame_cv.cpp:55:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i <strlen(s); i++) ^ anagrame_cv.cpp:56:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j = 0; j < strlen(s) - 1; j++) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 10 | 10 | Exemplu | |
2 | 0 secunde | OK. | 10 | 10 | ||
3 | Depășit | Limita de timp depășită | 20 | 0 | ||
4 | 0.004 secunde | OK. | 20 | 20 | ||
5 | 0 secunde | OK. | 20 | 20 | ||
6 | 0 secunde | OK. | 20 | 20 | ||
Punctaj total | 80 |
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ă.