#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 | #53577837 | Utilizator | |
Fișier | permpf.cpp | Dimensiune | 755 B |
Data încărcării | 05 Noiembrie 2024, 16:45 | Scor / rezultat | Eroare de compilare |
permpf.cpp:6:1: error: expected initializer before 'ifstream' ifstream f("permpf.in") ^ permpf.cpp: In function 'int succesor(int)': permpf.cpp:13:15: error: 'n' was not declared in this scope { if (sol[k]<n) ^ permpf.cpp: In function 'int valid(int)': permpf.cpp:22:15: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(sol[k]=k) return 0; ^ permpf.cpp: In function 'int solutie(int)': permpf.cpp:27:14: error: 'n' was not declared in this scope { return k==n; ^ permpf.cpp: In function 'void afisare(int)': permpf.cpp:31:26: error: 'g' was not declared in this scope { for(int i=1;i<=k;i++) g<<sol[i]<<" "; ^ permpf.cpp:32:4: error: 'g' was not declared in this scope g<<"\n"; ^ permpf.cpp: In function 'void back(int)': permpf.cpp:36:11: error: 'init' was not declared in this scope { init(k); ^ permpf.cpp:38:10: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(valid(k)) ^ permpf.cpp: In function 'int main()': permpf.cpp:44:4: error: 'f' was not declared in this scope { f>>n; ^ permpf.cpp:44:7: error: 'n' was not declared in this scope { f>>n; ^ permpf.cpp: In function 'int succesor(int)': permpf.cpp:16:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ permpf.cpp: In function 'int solutie(int)': permpf.cpp:28: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ă.