#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 | #52991861 | Utilizator | |
Fișier | aranjamente.cpp | Dimensiune | 1.41 KB |
Data încărcării | 15 Octombrie 2024, 09:04 | Scor / rezultat | Eroare de compilare |
aranjamente.cpp:75:1: error: 'IUSTIN' does not name a type IUSTIN ZALOG ^ aranjamente.cpp: In function 'bool suc()': aranjamente.cpp:82:6: error: redefinition of 'bool suc()' bool suc() ^ aranjamente.cpp:12:6: error: 'bool suc()' previously defined here bool suc() ^ aranjamente.cpp: In function 'bool val()': aranjamente.cpp:91:6: error: redefinition of 'bool val()' bool val() ^ aranjamente.cpp:21:6: error: 'bool val()' previously defined here bool val() ^ aranjamente.cpp: In function 'bool sol()': aranjamente.cpp:98:6: error: redefinition of 'bool sol()' bool sol() ^ aranjamente.cpp:30:6: error: 'bool sol()' previously defined here bool sol() ^ aranjamente.cpp: In function 'void afis()': aranjamente.cpp:102:6: error: redefinition of 'void afis()' void afis() ^ aranjamente.cpp:34:6: error: 'void afis()' previously defined here void afis() ^
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ă.