#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 | #39504586 | Utilizator | |
Fișier | permpf.cpp | Dimensiune | 678 B |
Data încărcării | 10 Noiembrie 2022, 09:52 | Scor / rezultat | Eroare de compilare |
permpf.cpp:6:1: error: expected ',' or ';' before 'int' int st[20],n,p,ct; ^ permpf.cpp: In function 'void tip(int)': permpf.cpp:9:5: error: 'ct' was not declared in this scope ct++; ^ permpf.cpp:11:12: error: 'st' was not declared in this scope g<<st[i]<<" "; ^ permpf.cpp: In function 'int sol(int)': permpf.cpp:16:15: error: 'p' was not declared in this scope return(k==p); ^ permpf.cpp: In function 'int valid(int)': permpf.cpp:21:12: error: 'st' was not declared in this scope if(st[i]==st[k]) ^ permpf.cpp:23:8: error: 'st' was not declared in this scope if(st[k]==k) ^ permpf.cpp: In function 'void backt(int)': permpf.cpp:31:20: error: 'n' was not declared in this scope for(int i=1;i<=n;i++) ^ permpf.cpp:33:9: error: 'st' was not declared in this scope st[k]=i; ^ permpf.cpp:34:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(valid(k)) ^ permpf.cpp: In function 'int main()': permpf.cpp:43:8: error: 'n' was not declared in this scope f>>n>>p; ^ permpf.cpp:43:11: error: 'p' was not declared in this scope f>>n>>p; ^ permpf.cpp: In function 'int sol(int)': permpf.cpp:17:1: warning: control reaches end of non-void function [-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ă.