#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 |
tastatură/ecran
|
|---|---|---|---|
| Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
| Id soluție | #64321518 | Utilizator | |
| Fișier | nrsumcifmax.cpp | Dimensiune | 316 B |
| Data încărcării | 29 Aprilie 2026, 15:26 | Scor/rezultat | 0 puncte |
nrsumcifmax.cpp: In function ‘int main()’: nrsumcifmax.cpp:11:6: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 11 | if(z%10+z/10>ma) | ^~ nrsumcifmax.cpp:13:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 13 | cout<<x; | ^~~~ nrsumcifmax.cpp:14:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 14 | if(ma=y%10+y/10) | ~~^~~~~~~~~~ nrsumcifmax.cpp:16:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 16 | if(ma=z%10+z/10) | ~~^~~~~~~~~~
| Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
|---|---|---|---|---|---|---|
| 1 | 0.001 secunde | Raspuns gresit. | 10 | 0 | ||
| 2 | 0.001 secunde | Raspuns gresit. | 10 | 0 | ||
| 3 | 0.001 secunde | Raspuns gresit. | 10 | 0 | ||
| 4 | 0.001 secunde | Raspuns gresit. | 10 | 0 | ||
| 5 | 0.002 secunde | Raspuns gresit. | 10 | 0 | ||
| 6 | 0.002 secunde | Raspuns gresit. | 10 | 0 | ||
| 7 | 0.001 secunde | Raspuns gresit. | 10 | 0 | ||
| 8 | 0.001 secunde | Raspuns gresit. | 10 | 0 | ||
| 9 | 0.001 secunde | Raspuns gresit. | 10 | 0 | ||
| 10 | 0.001 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ă.