#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 | #54810550 | Utilizator | |
Fișier | numere.cpp | Dimensiune | 482 B |
Data încărcării | 09 Decembrie 2024, 12:48 | Scor / rezultat | Eroare de compilare |
numere.cpp: In function 'int main()': numere.cpp:8:8: error: 'm1' was not declared in this scope if(m1>b) ^ numere.cpp:10:8: error: 'm1' was not declared in this scope if(m1>c) ^ numere.cpp:12:8: error: 'm1' was not declared in this scope if(m1>d) ^ numere.cpp:14:8: error: 'm1' was not declared in this scope if(m1>e) ^ numere.cpp:16:5: error: 'm2' was not declared in this scope m2=1000000000; ^ numere.cpp:17:16: error: 'm1' was not declared in this scope if(m2>a && m1!=a) ^ numere.cpp:19:16: error: 'm1' was not declared in this scope if(m2>b && m1!=b) ^ numere.cpp:21:16: error: 'm1' was not declared in this scope if(m2>c && m1!=c) ^ numere.cpp:23:16: error: 'm1' was not declared in this scope if(m2>d && m1!=d) ^ numere.cpp:25:16: error: 'm1' was not declared in this scope if(m2>e && m1!=e) ^ numere.cpp:27:14: error: 'C' was not declared in this scope suma=a+b+C+d+e-m1-m2; ^ numere.cpp:27:20: error: 'm1' was not declared in this scope suma=a+b+C+d+e-m1-m2; ^
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ă.