#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 | #54080348 | Utilizator | |
Fișier | aranjamente.cpp | Dimensiune | 906 B |
Data încărcării | 19 Noiembrie 2024, 12:25 | Scor / rezultat | Eroare de compilare |
aranjamente.cpp: In function 'int valid()': aranjamente.cpp:21:21: error: 'pi' was not declared in this scope for (int i=1; i<pi++) ^ aranjamente.cpp:21:25: error: expected ';' before ')' token for (int i=1; i<pi++) ^ aranjamente.cpp:22:23: error: expected ']' before ')' token if(st[p==st[i]) ^ aranjamente.cpp: In function 'int solutie()': aranjamente.cpp:29:1: error: expected ';' before '}' token } ^ aranjamente.cpp: In function 'void tipar()': aranjamente.cpp:32:24: error: expected ';' before 'i' for( int i=1; i<=k i++) ^ aranjamente.cpp: In function 'void back()': aranjamente.cpp:39:5: error: 'p1' was not declared in this scope p1; ^ aranjamente.cpp:48:19: error: expected primary-expression before ';' token p+; ^ aranjamente.cpp:51:16: error: expected primary-expression before ';' token else 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ă.