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