#196
Aranjamente
Se citesc două numere naturale nenule n
și k
. Să se afişeze, în ordine lexicografică, aranjamentele de câte k
elemente ale mulţimii {1,2,..,n}
.
Problema | Aranjamente | Operații I/O |
aranjamente.in /aranjamente.out
|
---|---|---|---|
Limita timp | 0.5 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #41211763 | Utilizator | |
Fișier | aranjamente.cpp | Dimensiune | 795 B |
Data încărcării | 16 Ianuarie 2023, 12:06 | Scor / rezultat | Eroare de compilare |
aranjamente.cpp:2:1: error: 'ifstream' does not name a type ifstream fin(aranjamente.in); ^ aranjamente.cpp:3:1: error: 'ofstream' does not name a type ofstream fout(aranjamente.out); ^ aranjamente.cpp: In function 'void tipar()': aranjamente.cpp:33:9: error: 'fout' was not declared in this scope fout << s[i] << ' '; ^ aranjamente.cpp:34:5: error: 'fout' was not declared in this scope fout << '\n'; ^ aranjamente.cpp: In function 'void bkt(int)': aranjamente.cpp:42:13: error: expected ';' before '{' token init{k}; ^ aranjamente.cpp:42:16: warning: statement is a reference, not call, to function 'init' [-Waddress] init{k}; ^ aranjamente.cpp:42:16: warning: statement has no effect [-Wunused-value] aranjamente.cpp: In function 'int main()': aranjamente.cpp:50:5: error: 'fin' was not declared in this scope fin >> n >> p; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Aranjamente 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ă.