Borderou de evaluare (job #822851)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Maxim1 (clasa a 5-a) | Compilator | c-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 7 mai 2025 21:07:37 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c:3:14: error: expected ';' before 'int'
3 | int cif[2893]
| ^
| ;
4 | int main()
| ~~~
main.c: In function 'main':
main.c:21:16: error: subscripted value is neither array nor pointer nor vector
21 | cif[help] = ogl % 10;
| ^
main.c:9:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
9 | fscanf (fin, "%d%d%d%d", &a, &b, &c, &d);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~