#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 | #53765596 | Utilizator | |
Fișier | permpf.cpp | Dimensiune | 289 B |
Data încărcării | 11 Noiembrie 2024, 10:50 | Scor / rezultat | Eroare de compilare |
permpf.cpp:4:1: error: 'ifstream' does not name a type ifstream f("permpf.in"); ^ permpf.cpp:5:1: error: 'ofstream' does not name a type ofstream g("permpf.out"); ^ permpf.cpp: In function 'bool valid(int)': permpf.cpp:11:10: error: 'i' was not declared in this scope if(T[i]==T[k]) ^ permpf.cpp: In function 'void afisare()': permpf.cpp:18:9: error: expected ';' at end of input for(i ^ permpf.cpp:18:9: warning: statement has no effect [-Wunused-value] permpf.cpp:18:9: error: expected primary-expression at end of input permpf.cpp:18:9: error: expected ';' at end of input permpf.cpp:18:9: error: expected primary-expression at end of input permpf.cpp:18:9: error: expected ')' at end of input permpf.cpp:18:9: error: expected statement at end of input permpf.cpp:18:9: error: expected '}' at end of input
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ă.