Borderou de evaluare (job #2303291)
Utilizator | Data | 15 decembrie 2018 23:12:16 | |
---|---|---|---|
Problema | Castel3 | Status | done |
Runda | Arhiva de probleme | Compilator | c-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c:14:6: error: variably modified 'coordinates' at file scope
Elem coordinates[dmax * dmax];
^~~~~~~~~~~
main.c:15:6: error: variably modified 'queue' at file scope
Elem queue[dmax * dmax];
^~~~~
main.c:17:7: error: variably modified 'A' at file scope
short A[dmax][dmax];
^
main.c:17:7: error: variably modified 'A' at file scope
main.c:18:6: error: variably modified 'visited' at file scope
bool visited[dmax][dmax];
^~~~~~~
main.c:18:6: error: variably modified 'visited' at file scope
main.c: In function 'read':
main.c:27:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
fscanf(in, "%d", &C);
^~~~~~~~~~~~~~~~~~~~
main.c:28:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
fscanf(in, "%d", &N);
^~~~~~~~~~~~~~~~~~~~
main.c:32:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
fscanf(in, "%hd", &A[i][j]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !