Borderou de evaluare (job #2457400)
Utilizator | Data | 17 septembrie 2019 17:33:49 | |
---|---|---|---|
Problema | Tric | 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:22:21: error: 'isdigit' was not declared in this scope
while (!isdigit(ch)) {
^
main.cpp:25:20: error: 'isdigit' was not declared in this scope
while (isdigit(ch)) {
^
main.cpp: In function 'char Advance()':
main.cpp:13: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:57:34: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
freopen ("tric.in", "r", stdin);
^
main.cpp:58:36: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
freopen ("tric.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 !