#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 | #29865489 | Utilizator | |
Fișier | anagrame_pfv.cpp | Dimensiune | 1.30 KB |
Data încărcării | 26 Mai 2021, 19:21 | Scor / rezultat | 80 puncte |
anagrame_pfv.cpp: In function 'void Back(int)': anagrame_pfv.cpp:22:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=0;i<strlen(s);i++) ^ anagrame_pfv.cpp:27:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(k==strlen(s)-1) ^ anagrame_pfv.cpp:21:11: warning: unused variable 'j' [-Wunused-variable] int i,j; ^ anagrame_pfv.cpp: In function 'int main()': anagrame_pfv.cpp:41:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=0;i<strlen(s);i++) if(strchr("aeiou",s[i])==NULL) ^ anagrame_pfv.cpp:49:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=0;i<strlen(cs)-1;i++) if(int(cs[i]) > int(cs[i+1])) ^ anagrame_pfv.cpp:56:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=0;i<strlen(s);i++) if(strchr("aeiou",s[i])==NULL) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 20 | 20 | Exemplu | |
2 | 0 secunde | OK. | 20 | 20 | ||
3 | 0 secunde | OK. | 20 | 20 | ||
4 | 0 secunde | OK. | 20 | 20 | ||
5 | Depășit | Limita de timp depășită | 20 | 0 | ||
Punctaj total | 80 |
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ă.