Borderou de evaluare (job #765533)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Livada | Compilator | c-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 29 feb. 2024 11:59:32 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c:9:5: error: variably modified 'sp' at file scope
9 | int sp[NMAX][NMAX];
| ^~
main.c:9:5: error: variably modified 'sp' at file scope
main.c: In function 'main':
main.c:23:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
23 | fscanf(fin, "%hd%hd%hd%hd", &M, &N, &P, &Q);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:27:25: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
27 | fscanf(fin, "%hd", &x);
| ^~~~~~~~~~~~~~~~~~~~~~