Borderou de evaluare (job #2314442)
Utilizator | Data | 8 ianuarie 2019 15:27:14 | |
---|---|---|---|
Problema | Minmaxtree | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int read()':
main.cpp:20:34: error: 'isdigit' was not declared in this scope
while (!isdigit(ch = nextch()));
^
main.cpp:22:33: error: 'isdigit' was not declared in this scope
while (isdigit(ch = nextch())) x = 10 * x + ch - '0';
^
main.cpp: In function 'char nextch()':
main.cpp:14:63: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
if (pos == BUF_SIZE) fread(buf, BUF_SIZE, 1, fin), pos = 0;
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !