#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 | #46929529 | Utilizator | |
Fișier | nrsumcifmax.cpp | Dimensiune | 382 B |
Data încărcării | 27 Noiembrie 2023, 11:02 | Scor / rezultat | 0 puncte |
nrsumcifmax.cpp: In function 'int main()': nrsumcifmax.cpp:14:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (n=m) cout<<a<<" "<<b; ^ nrsumcifmax.cpp:15:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (n=p) cout<<a<<" "<<c; ^ nrsumcifmax.cpp:16:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (p=m) cout<<c<<" "<<b; ^ nrsumcifmax.cpp:17:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (p=m=n) cout<<c<<" "<<b<<" "<<a; ^ nrsumcifmax.cpp:18:10: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses] if (n!=m!=p) cout<<ma; ^
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ă.