#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 | #52835351 | Utilizator | |
Fișier | cifrak.cpp | Dimensiune | 360 B |
Data încărcării | 10 Octombrie 2024, 13:54 | Scor / rezultat | Eroare de compilare |
cifrak.cpp: In function 'int main()': cifrak.cpp:5:14: error: redeclaration of 'int c' int c,max, c, k; ^ cifrak.cpp:5:7: error: 'int c' previously declared here int c,max, c, k; ^ cifrak.cpp:6:11: error: expected primary-expression before ';' token cin>>n>>; ^ cifrak.cpp:7:12: warning: right operand of comma operator has no effect [-Wunused-value] for(i=1,i<=n,i++) ^ cifrak.cpp:7:19: error: expected ';' before ')' token for(i=1,i<=n,i++) ^ cifrak.cpp:24:1: error: expected primary-expression at end of input } ^ cifrak.cpp:24:1: error: expected ';' at end of input cifrak.cpp:24:1: error: expected primary-expression at end of input cifrak.cpp:24:1: error: expected ')' at end of input cifrak.cpp:24:1: error: expected statement at end of input cifrak.cpp:4:10: warning: unused variable 'x' [-Wunused-variable] int n, x,i,sc=0; ^ cifrak.cpp:4:14: warning: unused variable 'sc' [-Wunused-variable] int n, x,i,sc=0; ^ cifrak.cpp:5:7: warning: unused variable 'c' [-Wunused-variable] int c,max, c, k; ^ cifrak.cpp:5:9: warning: unused variable 'max' [-Wunused-variable] int c,max, c, k; ^ cifrak.cpp:5:17: warning: unused variable 'k' [-Wunused-variable] int c,max, c, k; ^ cifrak.cpp:24: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ă.