#4223
Cifrak
C++
Se considera n
numere și o cifră nenulă k
. Să se calculeze suma cifrelor numerelor dintre cele n
citite care incep cu cifra k
.
Problema | Cifrak | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54605072 | Utilizator | |
Fișier | cifrak.cpp | Dimensiune | 299 B |
Data încărcării | 03 Decembrie 2024, 15:09 | Scor / rezultat | Eroare de compilare |
cifrak.cpp: In function 'int main()': cifrak.cpp:7:15: warning: right operand of comma operator has no effect [-Wunused-value] for(i=1, i<=n, i++){ ^ cifrak.cpp:7:23: error: expected ';' before ')' token for(i=1, i<=n, i++){ ^ cifrak.cpp:17:1: error: expected primary-expression at end of input } ^ cifrak.cpp:17:1: error: expected ';' at end of input cifrak.cpp:17:1: error: expected primary-expression at end of input cifrak.cpp:17:1: error: expected ')' at end of input cifrak.cpp:17:1: error: expected statement at end of input cifrak.cpp:5:15: warning: unused variable 's' [-Wunused-variable] int n, k, s=0, i, x, gasit=0; ^ cifrak.cpp:5:23: warning: unused variable 'x' [-Wunused-variable] int n, k, s=0, i, x, gasit=0; ^ cifrak.cpp:5:26: warning: unused variable 'gasit' [-Wunused-variable] int n, k, s=0, i, x, gasit=0; ^ cifrak.cpp:17:1: error: expected '}' at end of input } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Cifrak 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ă.