#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 | #54167946 | Utilizator | |
Fișier | permpf.cpp | Dimensiune | 726 B |
Data încărcării | 21 Noiembrie 2024, 10:25 | Scor / rezultat | Eroare de compilare |
permpf.cpp:5:14: warning: missing terminating " character [enabled by default] ifstream fin("permPF.in); ^ permpf.cpp:5:1: error: missing terminating " character ifstream fin("permPF.in); ^ permpf.cpp:6:14: error: expected ',' or '...' before '(' token ofstream fout("permPF.out"); ^ permpf.cpp:6:28: error: expected ')' before ';' token ofstream fout("permPF.out"); ^ permpf.cpp:19:3: error: expected unqualified-id before 'return' } return 1; ^ permpf.cpp: In function 'int afisare(int)': permpf.cpp:30:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ permpf.cpp: In function 'void bkt(int)': permpf.cpp:36:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(verifica(k)==1) ^ permpf.cpp: In function 'int main()': permpf.cpp:45:6: error: invalid operands of types 'std::ifstream(std::ofstream) {aka std::basic_ifstream<char>(std::basic_ofstream<char>)}' and 'int' to binary 'operator>>' fin>>n; ^ permpf.cpp: In function 'int verifica(int)': permpf.cpp:19:1: warning: control reaches end of non-void function [-Wreturn-type] } return 1; ^
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ă.