#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 | #54852784 | Utilizator | |
Fișier | numere.cpp | Dimensiune | 329 B |
Data încărcării | 10 Decembrie 2024, 12:59 | Scor / rezultat | Eroare de compilare |
numere.cpp: In function 'int main()': numere.cpp:7:14: warning: left operand of comma operator has no effect [-Wunused-value] switch(a,b,c,d,e) ^ numere.cpp:7:16: warning: right operand of comma operator has no effect [-Wunused-value] switch(a,b,c,d,e) ^ numere.cpp:7:18: warning: right operand of comma operator has no effect [-Wunused-value] switch(a,b,c,d,e) ^ numere.cpp:7:20: warning: right operand of comma operator has no effect [-Wunused-value] switch(a,b,c,d,e) ^ numere.cpp:9:39: error: the value of 'a' is not usable in a constant expression case (a>b)&&(b>c)&&(c>d)&&(d>e):{cout<<a+b+c;}break; ^ numere.cpp:5:9: note: 'int a' is not const int a,b,c,d,e; ^ numere.cpp:9:39: error: the value of 'a' is not usable in a constant expression case (a>b)&&(b>c)&&(c>d)&&(d>e):{cout<<a+b+c;}break; ^ numere.cpp:5:9: note: 'int a' is not const int a,b,c,d,e; ^ numere.cpp:10:39: error: the value of 'a' is not usable in a constant expression case (a>b)&&(c>b)&&(b>d)&&(d>e):{cout<<a+c+b;}break; ^ numere.cpp:5:9: note: 'int a' is not const int a,b,c,d,e; ^ numere.cpp:10:39: error: the value of 'a' is not usable in a constant expression case (a>b)&&(c>b)&&(b>d)&&(d>e):{cout<<a+c+b;}break; ^ numere.cpp:5:9: note: 'int a' is not const int a,b,c,d,e; ^ numere.cpp:11:39: error: the value of 'a' is not usable in a constant expression case (a>d)&&(d>e)&&(e>c)&&(c>b):{cout<<a+d+e;}break; ^ numere.cpp:5:9: note: 'int a' is not const int a,b,c,d,e; ^ numere.cpp:11:39: error: the value of 'a' is not usable in a constant expression case (a>d)&&(d>e)&&(e>c)&&(c>b):{cout<<a+d+e;}break; ^ numere.cpp:5:9: note: 'int a' is not const int a,b,c,d,e; ^
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ă.