Borderou de evaluare (job #2789524)

Utilizator icnsrNicula Ionut icnsr Data 27 octombrie 2021 17:01:16
Problema Graf Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In member function 'char InParser::get_char()': main.cpp:17:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 17 | if(buffer_index == SIZE) | ~~~~~~~~~~~~~^~~~~~~ main.cpp: In member function 'InParser& InParser::operator>>(int&)': main.cpp:43:24: error: 'isdigit' was not declared in this scope 43 | while(!isdigit(c = get_char())) | ^~~~~~~ main.cpp:47:23: error: 'isdigit' was not declared in this scope 47 | while(isdigit(c = get_char())) | ^~~~~~~ Non zero exit status: 1

Ceva nu functioneaza?