#559
5numere
Se dau 5 numere distincte. Să se determine suma celor mai mari 3 dintre ele.
Problema | 5numere | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54185748 | Utilizator | |
Fișier | numere.cpp | Dimensiune | 349 B |
Data încărcării | 21 Noiembrie 2024, 16:17 | Scor / rezultat | 10 puncte |
numere.cpp: In function 'int main()': numere.cpp:7:8: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if(a<b<c<d<e) ^ numere.cpp:7:10: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if(a<b<c<d<e) ^ numere.cpp:7:12: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if(a<b<c<d<e) ^ numere.cpp:9:13: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if(b<c<d<e<a) ^ numere.cpp:9:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if(b<c<d<e<a) ^ numere.cpp:9:17: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if(b<c<d<e<a) ^ numere.cpp:11:13: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if(c<d<e<a<b) ^ numere.cpp:11:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if(c<d<e<a<b) ^ numere.cpp:11:17: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if(c<d<e<a<b) ^ numere.cpp:13:13: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if(d<e<a<b<c) ^ numere.cpp:13:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if(d<e<a<b<c) ^ numere.cpp:13:17: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if(d<e<a<b<c) ^ numere.cpp:15:13: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if(e<a<b<c<d) ^ numere.cpp:15:15: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if(e<a<b<c<d) ^ numere.cpp:15:17: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] else if(e<a<b<c<d) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 10 | 10 | ||
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
10 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 10 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema 5numere 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ă.