#452
cifimp
Se citește de la tastatură un număr natural de 3
cifre. Să se determine câte cifre impare conține.
Problema | cifimp | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54126132 | Utilizator | |
Fișier | cifimp.cpp | Dimensiune | 239 B |
Data încărcării | 20 Noiembrie 2024, 11:53 | Scor / rezultat | Eroare de compilare |
cifimp.cpp: In function 'int main()': cifimp.cpp:8:13: error: expected ';' before ')' token for(n!=0) ^ cifimp.cpp:8:10: warning: statement has no effect [-Wunused-value] for(n!=0) ^ cifimp.cpp:18:13: error: expected primary-expression at end of input if (n%10) ^ cifimp.cpp:18:13: error: expected ';' at end of input cifimp.cpp:18:13: error: expected primary-expression at end of input cifimp.cpp:18:13: error: expected ')' at end of input cifimp.cpp:18:13: error: expected statement at end of input cifimp.cpp:5:12: warning: unused variable 'S' [-Wunused-variable] int n, S; ^ cifimp.cpp:18:13: error: expected '}' at end of input if (n%10) ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema cifimp 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ă.