#1475
Numere14
Cunoscând numărul n
de numere, precum şi cele n
numere naturale pe care le primeşte Victor, ajutaţi-l să calculeze corect suma cifrelor impare din mijlocul fiecărui număr citit.
Olimpiada Municipala Informatica Iasi 2016
Problema | Numere14 | Operații I/O |
numere14.in /numere14.out
|
---|---|---|---|
Limita timp | 1 secunde | Limita memorie |
Total: 2 MB
/
Stivă 1 MB
|
Id soluție | #3563388 | Utilizator | |
Fișier | numere14.cpp | Dimensiune | 430 B |
Data încărcării | 18 Noiembrie 2016, 10:42 | Scor / rezultat | Eroare de compilare |
numere14.cpp:8:16: warning: character constant too long for its type [enabled by default] ifstream fin('numere14.in'); ^ numere14.cpp:9:17: warning: character constant too long for its type [enabled by default] ofstream fout('numere14.out'); ^ numere14.cpp: In function 'int main()': numere14.cpp:8:29: error: invalid conversion from 'int' to 'const char*' [-fpermissive] ifstream fin('numere14.in'); ^ In file included from numere14.cpp:3:0: /usr/include/c++/4.8/fstream:467:7: error: initializing argument 1 of 'std::basic_ifstream<_CharT, _Traits>::basic_ifstream(const char*, std::ios_base::openmode) [with _CharT = char; _Traits = std::char_traits<char>; std::ios_base::openmode = std::_Ios_Openmode]' [-fpermissive] basic_ifstream(const char* __s, ios_base::openmode __mode = ios_base::in) ^ numere14.cpp:9:31: error: invalid conversion from 'int' to 'const char*' [-fpermissive] ofstream fout('numere14.out'); ^ In file included from numere14.cpp:3:0: /usr/include/c++/4.8/fstream:640:7: error: initializing argument 1 of 'std::basic_ofstream<_CharT, _Traits>::basic_ofstream(const char*, std::ios_base::openmode) [with _CharT = char; _Traits = std::char_traits<char>; std::ios_base::openmode = std::_Ios_Openmode]' [-fpermissive] basic_ofstream(const char* __s, ^ numere14.cpp:20:36: error: invalid use of member function (did you forget the '()' ?) int cifra = numar[numar.length/2) - '0'; ^ numere14.cpp:20:37: error: expected ']' before ')' token int cifra = numar[numar.length/2) - '0'; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Numere14 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ă.