#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 | #54204487 | Utilizator | |
Fișier | nrsumcifmax.cpp | Dimensiune | 528 B |
Data încărcării | 22 Noiembrie 2024, 08:49 | Scor / rezultat | Eroare de compilare |
nrsumcifmax.cpp: In function 'int main()': nrsumcifmax.cpp:15:12: error: overloaded function with no contextual type information max=b1+b2; ^ nrsumcifmax.cpp:19:12: error: overloaded function with no contextual type information max=a1+a2; ^ nrsumcifmax.cpp:21:17: error: the value of 'c1' is not usable in a constant expression if(max < c1+c2) ^ nrsumcifmax.cpp:5:35: note: 'int c1' is not const int a , b, c, a1, a2, b1, b2, c1, c2; ^ nrsumcifmax.cpp:21:8: error: parse error in template argument list if(max < c1+c2) ^ nrsumcifmax.cpp:21:19: error: cannot resolve overloaded function 'max' based on conversion to type 'bool' if(max < c1+c2) ^ nrsumcifmax.cpp:23:12: error: overloaded function with no contextual type information max=c1+c2; ^ nrsumcifmax.cpp:25:16: error: invalid operands of types '<unresolved overloaded function type>' and 'int' to binary 'operator==' if(max==a1+a2) ^ nrsumcifmax.cpp:29:16: error: invalid operands of types '<unresolved overloaded function type>' and 'int' to binary 'operator==' if(max==b1+b2) ^ nrsumcifmax.cpp:33:16: error: invalid operands of types '<unresolved overloaded function type>' and 'int' to binary 'operator==' if(max==c1+c2) ^ nrsumcifmax.cpp:36:5: error: expected '}' at end of input } ^
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ă.