#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 | #52834800 | Utilizator | |
Fișier | cifmaximp.cpp | Dimensiune | 365 B |
Data încărcării | 10 Octombrie 2024, 13:45 | Scor / rezultat | Eroare de compilare |
cifmaximp.cpp: In function 'int main()': cifmaximp.cpp:8:14: warning: right operand of comma operator has no effect [-Wunused-value] for(i=1,i<=n,++i) ^ cifmaximp.cpp:8:21: error: expected ';' before ')' token for(i=1,i<=n,++i) ^ cifmaximp.cpp:22:1: error: expected primary-expression at end of input } ^ cifmaximp.cpp:22:1: error: expected ';' at end of input cifmaximp.cpp:22:1: error: expected primary-expression at end of input cifmaximp.cpp:22:1: error: expected ')' at end of input cifmaximp.cpp:22:1: error: expected statement at end of input cifmaximp.cpp:5:11: warning: unused variable 'x' [-Wunused-variable] int n,x,i,ct=0; ^ cifmaximp.cpp:5:15: warning: unused variable 'ct' [-Wunused-variable] int n,x,i,ct=0; ^ cifmaximp.cpp:6:9: warning: unused variable 'c' [-Wunused-variable] int c,cmax; ^ cifmaximp.cpp:6:11: warning: unused variable 'cmax' [-Wunused-variable] int c,cmax; ^ cifmaximp.cpp:22:1: 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ă.