Borderou de evaluare (job #810031)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cifre8 (clasa a 5-a) | Compilator | c-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 20 feb. 2025 16:01:47 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c:4:5: error: size '4000000000' of array 'v' exceeds maximum object size '2147483647'
4 | int v[1000000000];
| ^
main.c: In function 'main':
main.c:31:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
31 | else
| ^~~~
main.c:33:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
33 | nr2=nr10;
| ^~~
main.c:10:29: warning: unused variable 'cif' [-Wunused-variable]
10 | int n, nr2, nr5, i, cv, cif, nr10, p;
| ^~~
main.c:13:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
13 | fscanf (fin, "%d", &n);
| ^~~~~~~~~~~~~~~~~~~~~~