Borderou de evaluare (job #616445)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Invcuv (clasa a 7-a) | Compilator | c-32 |
Rundă | Tema 10 clasa a 7-a | Status | evaluat |
Dată | 16 nov. 2021 10:12:06 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'main':
main.c:26:5: error: 'fin' undeclared (first use in this function)
26 | fin=fopen("invcuv.in","r");
| ^~~
main.c:26:5: note: each undeclared identifier is reported only once for each function it appears in
main.c:27:5: error: 'fout' undeclared (first use in this function)
27 | fout=fopen("invcuv.out","w");
| ^~~~