#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 | #52598709 | Utilizator | |
Fișier | permpf.cpp | Dimensiune | 750 B |
Data încărcării | 04 Octombrie 2024, 09:46 | Scor / rezultat | Eroare de compilare |
permpf.cpp:7:1: error: expected ',' or ';' before 'ofstream' ofstream fout("permpf.out") ^ permpf.cpp: In function 'int valid(int)': permpf.cpp:13:12: error: 'a' was not declared in this scope if(a[x]==a[i]) ^ permpf.cpp:15:8: error: 'a' was not declared in this scope if(a[x]==x) ^ permpf.cpp: In function 'void afis(int)': permpf.cpp:22:9: error: 'fout' was not declared in this scope fout<<a[i]<<' '; ^ permpf.cpp:22:15: error: 'a' was not declared in this scope fout<<a[i]<<' '; ^ permpf.cpp:23:5: error: 'fout' was not declared in this scope fout<<endl; ^ permpf.cpp: In function 'int main()': permpf.cpp:30:5: error: 'a' was not declared in this scope a[x]=0; ^ permpf.cpp:36:15: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(valid(x)) ^ permpf.cpp:27:11: warning: unused variable 'i' [-Wunused-variable] int n,i,x; ^
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ă.