#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 | #52946168 | Utilizator | |
Fișier | anagrame_pfv.cpp | Dimensiune | 981 B |
Data încărcării | 13 Octombrie 2024, 22:38 | Scor / rezultat | Eroare de compilare |
anagrame_pfv.cpp:5:1: error: stray '\342' in program ifstream fin(“anagrame1.in”); ^ anagrame_pfv.cpp:5:1: error: stray '\200' in program anagrame_pfv.cpp:5:1: error: stray '\234' in program anagrame_pfv.cpp:5:1: error: stray '\342' in program anagrame_pfv.cpp:5:1: error: stray '\200' in program anagrame_pfv.cpp:5:1: error: stray '\235' in program anagrame_pfv.cpp:6:1: error: stray '\342' in program ofstream fout(“anagrame1.out”); ^ anagrame_pfv.cpp:6:1: error: stray '\200' in program anagrame_pfv.cpp:6:1: error: stray '\234' in program anagrame_pfv.cpp:6:1: error: stray '\342' in program anagrame_pfv.cpp:6:1: error: stray '\200' in program anagrame_pfv.cpp:6:1: error: stray '\235' in program anagrame_pfv.cpp:5:17: error: 'anagrame1' was not declared in this scope ifstream fin(“anagrame1.in”); ^ anagrame_pfv.cpp:6:18: error: 'anagrame1' was not declared in this scope ofstream fout(“anagrame1.out”); ^ anagrame_pfv.cpp: In function 'int backtracking()': anagrame_pfv.cpp:55:1: warning: no return statement in function returning non-void [-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ă.