#3275
nrSumCifMax
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 | #54992848 | Utilizator | |
Fișier | nrsumcifmax.cpp | Dimensiune | 423 B |
Data încărcării | 15 Decembrie 2024, 15:45 | Scor / rezultat | Eroare de compilare |
nrsumcifmax.cpp: In function 'int main()': nrsumcifmax.cpp:11:8: error: overloaded function with no contextual type information max=x; ^ nrsumcifmax.cpp:12:10: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator>' if(y>max){ ^ nrsumcifmax.cpp:13:10: error: overloaded function with no contextual type information max=y; ^ nrsumcifmax.cpp:15:10: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator>' if(z>max){ ^ nrsumcifmax.cpp:16:14: error: cannot resolve overloaded function 'max' based on conversion to type 'int' z=max; ^ nrsumcifmax.cpp:18:15: error: invalid operands of types '<unresolved overloaded function type>' and 'int' to binary 'operator==' if(max==x){ ^ nrsumcifmax.cpp:21:15: error: invalid operands of types '<unresolved overloaded function type>' and 'int' to binary 'operator==' if(max==y){ ^ nrsumcifmax.cpp:24:15: error: invalid operands of types '<unresolved overloaded function type>' and 'int' to binary 'operator==' if(max==z) { ^
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ă.