#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 | #54286232 | Utilizator | |
Fișier | anagrame_pfv.cpp | Dimensiune | 956 B |
Data încărcării | 24 Noiembrie 2024, 20:05 | Scor / rezultat | Eroare de compilare |
anagrame_pfv.cpp: In function 'int voc(char)': anagrame_pfv.cpp:8:29: error: 'strchr' was not declared in this scope return strchr("aeioou",a)); ^ anagrame_pfv.cpp:8:30: error: expected ';' before ')' token return strchr("aeioou",a)); ^ anagrame_pfv.cpp:8:30: error: expected primary-expression before ')' token anagrame_pfv.cpp:8:30: error: expected ';' before ')' token anagrame_pfv.cpp: In function 'int sortare(int)': anagrame_pfv.cpp:22:30: warning: unused variable 'aux' [-Wunused-variable] char aux=s[i]; s[i]=s[j]; s[j]=aux; ^ anagrame_pfv.cpp:22:42: error: 'i' was not declared in this scope char aux=s[i]; s[i]=s[j]; s[j]=aux; ^ anagrame_pfv.cpp:22:47: error: 'j' was not declared in this scope char aux=s[i]; s[i]=s[j]; s[j]=aux; ^ anagrame_pfv.cpp:22:56: error: 'aux' was not declared in this scope char aux=s[i]; s[i]=s[j]; s[j]=aux; ^ anagrame_pfv.cpp:24:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ anagrame_pfv.cpp: In function 'int valid()': anagrame_pfv.cpp:27:15: error: 'k' was not declared in this scope if(voc (s[k] && s[k]!=k))return 0; ^ anagrame_pfv.cpp: In function 'void back(int)': anagrame_pfv.cpp:37:23: error: too many arguments to function 'int valid()' if(valid(k)) ^ anagrame_pfv.cpp:25:5: note: declared here int valid() ^ anagrame_pfv.cpp: In function 'int main()': anagrame_pfv.cpp:49:15: error: 'strlen' was not declared in this scope n=strlen(s); ^ anagrame_pfv.cpp:50:13: error: too few arguments to function 'int sortare(int)' sortare(); ^ anagrame_pfv.cpp:16:5: note: declared here int sortare(int k) ^ anagrame_pfv.cpp: In function 'int voc(char)': anagrame_pfv.cpp:9:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
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ă.