Borderou de evaluare (job #859851)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Paranteze 1 (clasa a 6-a) | Compilator | c |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 4 mai 2026 00:26:32 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'main':
main.c:21:13: error: 'a' undeclared (first use in this function)
21 | a[con+1]=acolada[i];
| ^
main.c:21:13: note: each undeclared identifier is reported only once for each function it appears in
main.c:10:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
10 | fgets(acolada,maximum,fin);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~