Borderou de evaluare (job #622180)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Clasa2 | Compilator | cpp-32 |
Rundă | lasm_21_12_2021_cl12 | Status | evaluat |
Dată | 21 dec. 2021 15:38:29 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int readInt()':
main.cpp:26:11: error: 'isspace' was not declared in this scope
26 | while ( isspace( ch = readChar() ) );
| ^~~~~~~
main.cpp:33:11: error: 'isdigit' was not declared in this scope
33 | while ( isdigit( ch = readChar() ) );
| ^~~~~~~
main.cpp: In function 'char readChar()':
main.cpp:19:10: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
19 | fread( rbuf, 1, BUFSIZE, fin );
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~