#3667
cifmaximp
Se dau n
numere naturale. Determinaţi câte dintre ele au cifra maximă un număr impar.
Problema | cifmaximp | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54082227 | Utilizator | |
Fișier | cifmaximp.cpp | Dimensiune | 343 B |
Data încărcării | 19 Noiembrie 2024, 12:51 | Scor / rezultat | Eroare de compilare |
cifmaximp.cpp: In function 'int main()': cifmaximp.cpp:8:13: error: expected ';' before 'i' for(i=1 i<=n i++) ^ cifmaximp.cpp:19:5: error: expected primary-expression at end of input } ^ cifmaximp.cpp:19:5: error: expected ';' at end of input cifmaximp.cpp:19:5: error: expected primary-expression at end of input cifmaximp.cpp:19:5: error: expected ')' at end of input cifmaximp.cpp:19:5: error: expected statement at end of input cifmaximp.cpp:5:12: warning: unused variable 'x' [-Wunused-variable] int n, x, i, cifmax, cate; ^ cifmaximp.cpp:5:18: warning: unused variable 'cifmax' [-Wunused-variable] int n, x, i, cifmax, cate; ^ cifmaximp.cpp:19:5: error: expected '}' at end of input } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema cifmaximp 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ă.