Borderou de evaluare (job #859212)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Mapat (clasa a 7-a) | Compilator | c |
| Rundă | Status | evaluat | |
| Dată | 14 apr. 2026 14:26:16 | Scor | ascuns |
Raport evaluator
Compilare:
main.c: In function 'readChar':
main.c:13:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
13 | fread( rbuf, 1, BUFSIZE, fin );
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c: In function 'main':
main.c:41:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
41 | fscanf( fin, "%d%d%d%d", &n, &m, &pq[0], &pq[1] );
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~