#202
PermPF
Se citeşte un număr natural nenul n
. Să se afişeze, în ordine lexicografică, permutările fără puncte fixe ale mulţimii {1,2,..,n}
.
Problema | PermPF | Operații I/O |
permpf.in /permpf.out
|
---|---|---|---|
Limita timp | 0.5 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53327019 | Utilizator | |
Fișier | permpf.cpp | Dimensiune | 729 B |
Data încărcării | 24 Octombrie 2024, 15:37 | Scor / rezultat | Eroare de compilare |
permpf.cpp:3:1: error: 'ifstream' does not name a type ifstream f("permpf.in"); ^ permpf.cpp:4:1: error: 'oftsream' does not name a type oftsream g("permpf.out"); ^ permpf.cpp: In function 'void tipar()': permpf.cpp:27:5: error: 'g' was not declared in this scope g<<st[i]<<" "; ^ permpf.cpp:28:5: error: 'g' was not declared in this scope g<<endl; ^ permpf.cpp: In function 'void bt(int)': permpf.cpp:35:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(valid(k)) ^ permpf.cpp: In function 'int main()': permpf.cpp:41:5: error: 'f' was not declared in this scope f>>n; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema PermPF 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ă.