#3674
Expr_max
Se consideră o expresie compusă din operatorii +
, -
, *
și cifre. La expresie se pot adăuga paranteze astfel încât valoarea calculată să fie maximă.
Problema | Expr_max | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #38988271 | Utilizator | |
Fișier | expr_max.cpp | Dimensiune | 1.80 KB |
Data încărcării | 23 Octombrie 2022, 22:46 | Scor / rezultat | 100 puncte |
expr_max.cpp: In function 'int64_t solve_dp()': expr_max.cpp:42:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int l = 1; l < operands.size(); l++) { ^ expr_max.cpp:43:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i+l < operands.size(); i++) { ^ expr_max.cpp: In function 'int main()': expr_max.cpp:59:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < expr.size(); i++) { ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 20 | 20 | Exemplu | |
2 | 0 secunde | OK. | 20 | 20 | Exemplu | |
3 | 0 secunde | OK. | 20 | 20 | ||
4 | 0 secunde | OK. | 20 | 20 | ||
5 | 0 secunde | OK. | 10 | 10 | ||
6 | 0 secunde | OK. | 10 | 10 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Expr_max 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ă.