#996
Div3
Se dă un şir cu n
elemente, numere naturale. Să se afişeze elementele şirului pentru care suma cifrelor este divizibilă cu 3
.
Problema | Div3 | Operații I/O |
div3.in /div3.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54602323 | Utilizator | |
Fișier | div3.cpp | Dimensiune | 396 B |
Data încărcării | 03 Decembrie 2024, 13:57 | Scor / rezultat | Eroare de compilare |
div3.cpp:3:11: error: variable 'std::ifstream f' has initializer but incomplete type ifstream f("div3.in"); ^ div3.cpp:4:11: error: variable 'std::ofstream g' has initializer but incomplete type ofstream g("div3.out"); ^ div3.cpp: In function 'int suma_cifre(int)': div3.cpp:17:5: error: declaration of 'int n' shadows a parameter int n,s,x; ^ div3.cpp:17:7: error: redeclaration of 'int s' int n,s,x; ^ div3.cpp:7:9: error: 'int s' previously declared here int s; ^ div3.cpp:19:1: error: a function-definition is not allowed here before '{' token { ^ div3.cpp:17:5: warning: unused variable 'n' [-Wunused-variable] int n,s,x; ^ div3.cpp:17:9: warning: unused variable 'x' [-Wunused-variable] int n,s,x; ^ div3.cpp:28:1: error: expected '}' at end of input } ^ div3.cpp:28:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Div3 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ă.