#68
CifraMaxima
Să se scrie un program care să determine cea mai mare cifră a unui număr natural citit de la tastatură.
Problema | CifraMaxima | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #52122862 | Utilizator | |
Fișier | ciframaxima.cpp | Dimensiune | 482 B |
Data încărcării | 19 Septembrie 2024, 17:46 | Scor / rezultat | Eroare de compilare |
ciframaxima.cpp:1:7: error: expected nested-name-specifier before 'System' using System; ^ ciframaxima.cpp:1:7: error: 'System' has not been declared ciframaxima.cpp:2:7: error: expected nested-name-specifier before 'System' using System.Collections.Generic; ^ ciframaxima.cpp:2:7: error: 'System' has not been declared ciframaxima.cpp:2:13: error: expected ';' before '.' token using System.Collections.Generic; ^ ciframaxima.cpp:2:13: error: expected unqualified-id before '.' token ciframaxima.cpp:3:7: error: expected nested-name-specifier before 'System' using System.Linq; ^ ciframaxima.cpp:3:7: error: 'System' has not been declared ciframaxima.cpp:3:13: error: expected ';' before '.' token using System.Linq; ^ ciframaxima.cpp:3:13: error: expected unqualified-id before '.' token ciframaxima.cpp:4:7: error: expected nested-name-specifier before 'System' using System.Text; ^ ciframaxima.cpp:4:7: error: 'System' has not been declared ciframaxima.cpp:4:13: error: expected ';' before '.' token using System.Text; ^ ciframaxima.cpp:4:13: error: expected unqualified-id before '.' token ciframaxima.cpp:5:7: error: expected nested-name-specifier before 'System' using System.Threading.Tasks; ^ ciframaxima.cpp:5:7: error: 'System' has not been declared ciframaxima.cpp:5:13: error: expected ';' before '.' token using System.Threading.Tasks; ^ ciframaxima.cpp:5:13: error: expected unqualified-id before '.' token ciframaxima.cpp:9:5: error: 'internal' does not name a type internal class Program ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema CifraMaxima 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ă.