#4506
SumProd1
Se dau trei numere întregi a b c
. Să se determine cea mai mare valoare care se poate obține prin înmulțirea a două dintre numere și adunarea rezultatului cu al treilea.
Problema | SumProd1 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53909159 | Utilizator | |
Fișier | sumprod1.cpp | Dimensiune | 758 B |
Data încărcării | 14 Noiembrie 2024, 14:41 | Scor / rezultat | 30 puncte |
sumprod1.cpp: In function 'int main()': sumprod1.cpp:15:10: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if (a<=b<=c){ ^ sumprod1.cpp:17:16: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] }else if (a<=c<=b){ ^ sumprod1.cpp:19:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] }else if(b<=a<=c){ ^ sumprod1.cpp:21:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] }else if(b<=c<=a){ ^ sumprod1.cpp:23:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] }else if(c<=b<=a){ ^ sumprod1.cpp:25:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] }else if(c<=a<=b){ ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 20 | 20 | Exemplu | |
2 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 20 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0 secunde | OK. | 10 | 10 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 30 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema SumProd1 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ă.