Borderou de evaluare (job #800597)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Ecuatie2 (clasa a 6-a) | Compilator | c-32 |
| Rundă | Christmas Gift | Status | evaluat |
| Dată | 22 dec. 2024 13:30:12 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'main':
main.c:17:12: error: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration]
17 | if(isdigit(ch) && ok == 0){
| ^~~~~~~
main.c:3:1: note: include '<ctype.h>' or provide a declaration of 'isdigit'
2 | #include <stdlib.h>
+++ |+#include <ctype.h>
3 |