#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 | #48906455 | Utilizator | |
Fișier | permpf.cpp | Dimensiune | 523 B |
Data încărcării | 08 Februarie 2024, 20:51 | Scor / rezultat | Eroare de compilare |
permpf.cpp:3:1: error: 'ifstream' does not name a type ifstream fin("permpf.in"); ^ permpf.cpp:4:1: error: 'ofstream' does not name a type ofstream fout("permpf.out"); ^ permpf.cpp: In function 'void tipar(int)': permpf.cpp:10:9: error: 'fout' was not declared in this scope fout<<st[i]<<" "; ^ permpf.cpp:11:5: error: 'fout' was not declared in this scope fout<<endl; ^ permpf.cpp: In function 'void bkt(int)': permpf.cpp:23:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(cont(k)) ^ permpf.cpp: In function 'int main()': permpf.cpp:31:1: error: 'fin' was not declared in this scope fin>>n; ^ permpf.cpp:30:6: warning: unused variable 'i' [-Wunused-variable] {int i; ^
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ă.