#4319
Cifre21
Se dă un șir cu n
elemente, numere naturale. Să se determine câte elemente ale șirului conțin cifra 0
.
Problema | Cifre21 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #52656313 | Utilizator | |
Fișier | cifre21.cpp | Dimensiune | 334 B |
Data încărcării | 06 Octombrie 2024, 11:36 | Scor / rezultat | Eroare de compilare |
cifre21.cpp: In function 'int main()': cifre21.cpp:9:14: warning: right operand of comma operator has no effect [-Wunused-value] for(i=1,i<=n,i++) ^ cifre21.cpp:9:21: error: expected ';' before ')' token for(i=1,i<=n,i++) ^ cifre21.cpp:22:1: error: expected primary-expression at end of input } ^ cifre21.cpp:22:1: error: expected ';' at end of input cifre21.cpp:22:1: error: expected primary-expression at end of input cifre21.cpp:22:1: error: expected ')' at end of input cifre21.cpp:22:1: error: expected statement at end of input cifre21.cpp:22:1: error: expected '}' at end of input
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Cifre21 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ă.