#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 | #40686897 | Utilizator | |
Fișier | expr_max.cpp | Dimensiune | 4.19 KB |
Data încărcării | 16 Decembrie 2022, 10:08 | Scor / rezultat | 40 puncte |
expr_max.cpp: In function 'std::string Spaced(std::string, int, int)': expr_max.cpp:11:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < userString.length(); i++) ^ expr_max.cpp:18:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (r == userString.length()) spacedString += ')'; ^ expr_max.cpp: In function 'int evaluate(std::string)': expr_max.cpp:51:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < tokens.length(); i++) { ^ expr_max.cpp:71:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (i < tokens.length() && ^ expr_max.cpp: In function 'int main()': expr_max.cpp:163:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < e.length(); i+=2) { ^ expr_max.cpp:164:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = i+1; j <= e.length(); j+=2) { ^ expr_max.cpp: In function 'int applyOp(int, int, char)': expr_max.cpp:38:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
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 | Raspuns gresit. | 20 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 40 |
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ă.