#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 | #53426235 | Utilizator | |
Fișier | permpf.cpp | Dimensiune | 692 B |
Data încărcării | 29 Octombrie 2024, 20:28 | Scor / rezultat | Eroare de compilare |
permpf.cpp: In function 'void citire()': permpf.cpp:10:5: error: 'fin' was not declared in this scope fin>>n; ^ permpf.cpp: In function 'void afis(int)': permpf.cpp:18:5: error: 'fout' was not declared in this scope fout<<n; ^ permpf.cpp:19:5: error: 'fout' was not declared in this scope fout<<endl; ^ permpf.cpp: In function 'int verif(int)': permpf.cpp:24:8: error: 'v' was not declared in this scope if(v[i]==v[k]) ^ permpf.cpp:27:16: error: 'v' was not declared in this scope if(cmmdc(x[v[k]],x[v[k-1]])!=1) ^ permpf.cpp:27:31: error: 'cmmdc' was not declared in this scope if(cmmdc(x[v[k]],x[v[k-1]])!=1) ^ permpf.cpp: In function 'int bk(int)': permpf.cpp:35:8: error: 'v' was not declared in this scope v[k]=i; ^ permpf.cpp:36:10: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(verif(k)) ^ permpf.cpp:41:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^
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ă.