Borderou de evaluare (job #847243)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | 5div | Compilator | c |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 31 dec. 2025 11:56:38 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'main':
main.c:47:9: error: 'complexit' undeclared (first use in this function); did you mean 'complex int'?
47 | complexit += i;
| ^~~~~~~~~
| complex int
main.c:47:9: note: each undeclared identifier is reported only once for each function it appears in
main.c:24:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
24 | fscanf ( fin , "%d" , &n );
| ^~~~~~~~~~~~~~~~~~~~~~~~~~