#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 | #52102696 | Utilizator | |
Fișier | numere.cpp | Dimensiune | 435 B |
Data încărcării | 19 Septembrie 2024, 09:25 | Scor / rezultat | Eroare de compilare |
numere.cpp: In function 'int main()': numere.cpp:8:5: error: expected ',' or ';' before 'if' if(a>=b&&a>=c&&a>=d&&a>=e) ^ numere.cpp:11:5: error: 'else' without a previous 'if' else ^ numere.cpp:12:12: error: 'f' was not declared in this scope if(f>=a&&b>=c&&b>=d&&b>=e) ^ numere.cpp:12:15: error: 'a' was not declared in this scope if(f>=a&&b>=c&&b>=d&&b>=e) ^ numere.cpp:12:18: error: 'b' was not declared in this scope if(f>=a&&b>=c&&b>=d&&b>=e) ^ numere.cpp:12:21: error: 'c' was not declared in this scope if(f>=a&&b>=c&&b>=d&&b>=e) ^ numere.cpp:12:27: error: 'd' was not declared in this scope if(f>=a&&b>=c&&b>=d&&b>=e) ^ numere.cpp:12:33: error: 'e' was not declared in this scope if(f>=a&&b>=c&&b>=d&&b>=e) ^ numere.cpp:22:9: error: expected ')' before '{' token {max1=a; ^ numere.cpp:28:9: error: expected primary-expression before '}' token } ^ numere.cpp:28:9: error: expected ';' before '}' token
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ă.