#4029
Depozit
Într-un depozit au fost așezate cutii identice, una după alta, eventual suprapuse, astfel încât numărul maxim de cutii suprapuse într-o stivă este N
, iar între două stive cu același număr de cutii să existe cel puțin una cu mai multe cutii decât oricare dintre cele două. Considerăm că o stivă poate fi formată dintr-o singură cutie.
ad-hoc
Problema | Depozit | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.01 secunde | Limita memorie |
Total: 4 MB
/
Stivă 2 MB
|
Id soluție | #49628358 | Utilizator | |
Fișier | depozit.cpp | Dimensiune | 598 B |
Data încărcării | 10 Martie 2024, 13:52 | Scor / rezultat | Eroare de compilare |
depozit.cpp:1:3: error: invalid preprocessing directive #Since # Since the user asked for a C++ solution, I'll provide a pseudo-code version of the solution in Python ^ depozit.cpp:1:45: warning: missing terminating ' character [enabled by default] # Since the user asked for a C++ solution, I'll provide a pseudo-code version of the solution in Python ^ depozit.cpp:2:3: error: invalid preprocessing directive #which # which can then be easily translated into C++. ^ depozit.cpp:5:7: error: invalid preprocessing directive #Constant # Constant for modulo operation ^ depozit.cpp:8:7: error: invalid preprocessing directive #Calculate # Calculate the number of stacks ^ depozit.cpp:11:7: error: invalid preprocessing directive #Calculate # Calculate the total number of boxes ^ depozit.cpp:12:7: error: invalid preprocessing directive #Using # Using the formula for the sum of the first k natural numbers ^ depozit.cpp:17:3: error: invalid preprocessing directive #Test # Test the function with N = 3 ^ depozit.cpp:4:1: error: 'def' does not name a type def max_stacks_and_boxes(N): ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Depozit 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ă.