#3275
Se dau 3
numere naturale, fiecare având câte două cifre. Afișați-le pe acelea care au suma cifrelor maximă.
CNFB - Concurs de pregatire, clasa a 5-a
Problema | nrSumCifMax | Operații I/O |
![]() |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #57666054 | Utilizator | |
Fișier | nrsumcifmax.cpp | Dimensiune | 934 B |
Data încărcării | 09 Aprilie 2025, 17:06 | Scor / rezultat | 0 puncte |
nrsumcifmax.cpp: In function 'int main()': nrsumcifmax.cpp:15:15: warning: left operand of comma operator has no effect [-Wunused-value] if(a+b>c+d,a+b>e+f) ^ nrsumcifmax.cpp:19:20: warning: left operand of comma operator has no effect [-Wunused-value] else if(c+d>a+b,c+d>e+f) ^ nrsumcifmax.cpp:23:20: warning: left operand of comma operator has no effect [-Wunused-value] else if(e+f>a+b,e+f>c+d) ^ nrsumcifmax.cpp:39:20: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses] else if(c+d==e+f==a+b) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
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 | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema nrSumCifMax 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ă.