Borderou de evaluare (job #622120)

Utilizator avatar Alecsandru Codreanu Alexandru Alecsandru IP ascuns
Problemă Clasa2 Compilator cpp-32
Rundă lasm_21_12_2021_cl12 Status evaluat
Dată 21 dec. 2021 15:19:21 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int getint()': main.cpp:44:11: error: 'isdigit' was not declared in this scope; did you mean 'digit'? 44 | while (!isdigit(digit=readChar())); | ^~~~~~~ | digit main.cpp:47:10: error: 'isdigit' was not declared in this scope; did you mean 'digit'? 47 | while (isdigit(digit=readChar())); | ^~~~~~~ | digit main.cpp:43:19: warning: unused variable 'semn' [-Wunused-variable] 43 | int digit,res=0,semn=1; | ^~~~