#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 | #53561742 | Utilizator | |
Fișier | permpf.cpp | Dimensiune | 473 B |
Data încărcării | 05 Noiembrie 2024, 10:41 | Scor / rezultat | Eroare de compilare |
permpf.cpp: In function 'void init(int)': permpf.cpp:7:5: error: 's' was not declared in this scope s[k]=0; ^ permpf.cpp: In function 'int succesor(int)': permpf.cpp:12:8: error: 's' was not declared in this scope if(s[k]<n) ^ permpf.cpp:12:13: error: 'n' was not declared in this scope if(s[k]<n) ^ permpf.cpp: In function 'int valid(int)': permpf.cpp:27:9: error: 'i' was not declared in this scope for(i=1;i<k;i++) ^ permpf.cpp:29:12: error: 's' was not declared in this scope if(s[i]==s[k]) ^ permpf.cpp:35:8: error: 's' was not declared in this scope if(s[k]==k) ^ permpf.cpp: In function 'int succesor(int)': permpf.cpp:22: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ă.