Borderou de evaluare (job #2195567)
| Utilizator | Data | 16 aprilie 2018 19:09:19 | |
|---|---|---|---|
| Problema | Viteze | Status | done |
| Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Eroare de compilare:
user.cpp: In member function ‘InParser& InParser::operator>>(int&)’:
user.cpp:33:38: error: ‘isdigit’ was not declared in this scope
while (!isdigit(c = read_ch()) && c != '-');
^
user.cpp:41:37: error: ‘isdigit’ was not declared in this scope
while (isdigit(c = read_ch())) {
^
user.cpp: In member function ‘InParser& InParser::operator>>(long long int&)’:
user.cpp:51:38: error: ‘isdigit’ was not declared in this scope
while (!isdigit(c = read_ch()) && c != '-');
^
user.cpp:59:37: error: ‘isdigit’ was not declared in this scope
while (isdigit(c = read_ch())) {
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
