Borderou de evaluare (job #2456891)
Utilizator | Data | 15 septembrie 2019 19:28:55 | |
---|---|---|---|
Problema | Easy Query | 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:21:21: error: 'isdigit' was not declared in this scope
while (!isdigit(ch))
^
main.cpp:23:20: error: 'isdigit' was not declared in this scope
while (isdigit(ch)) {
^
main.cpp: In function 'char Advance()':
main.cpp:12:34: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
fread(buffer, 1, SIZE, stdin);
^
main.cpp: In function 'int main()':
main.cpp:119:32: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
freopen ("eq.in", "r", stdin);
^
main.cpp:120:34: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
freopen ("eq.out", "w", stdout);
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !