#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 | #54714627 | Utilizator | |
Fișier | cifrak.cpp | Dimensiune | 313 B |
Data încărcării | 06 Decembrie 2024, 09:28 | Scor / rezultat | Eroare de compilare |
cifrak.cpp:2:7: error: expected nested-name-specifier before 'namespacestd' using namespacestd; ^ cifrak.cpp:2:7: error: 'namespacestd' has not been declared cifrak.cpp: In function 'int main()': cifrak.cpp:5:10: error: 'fals' was not declared in this scope bool ok=fals; ^ cifrak.cpp:6:2: error: 'cin' was not declared in this scope cin>>n; ^ cifrak.cpp:6:2: note: suggested alternative: In file included from cifrak.cpp:1:0: /usr/include/c++/4.8/iostream:60:18: note: 'std::cin' extern istream cin; /// Linked to standard input ^ 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:9: warning: unused variable 'x' [-Wunused-variable] { int n,x,k,c,sc,i,st=0; ^ cifrak.cpp:4:11: warning: unused variable 'k' [-Wunused-variable] { int n,x,k,c,sc,i,st=0; ^ cifrak.cpp:4:13: warning: unused variable 'c' [-Wunused-variable] { int n,x,k,c,sc,i,st=0; ^ cifrak.cpp:4:15: warning: unused variable 'sc' [-Wunused-variable] { int n,x,k,c,sc,i,st=0; ^ cifrak.cpp:4:20: warning: unused variable 'st' [-Wunused-variable] { int n,x,k,c,sc,i,st=0; ^ cifrak.cpp:5:7: warning: unused variable 'ok' [-Wunused-variable] bool ok=fals; ^ 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ă.