Borderou de evaluare (job #804039)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Decodare | Compilator | c-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 12 ian. 2025 10:21:47 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c:5:20: error: size of array 'a' is too large
5 | unsigned long long a[1000000000000001][1001], x;
| ^
main.c: In function 'main':
main.c:34:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
34 | fscanf(fin, "%d%d%d%d", &n, &k, &d, &m);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:38:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
38 | fscanf(fin, "%lld", &c[i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~