Borderou de evaluare (job #836244)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Portofel 2 (clasa a 6-a) | Compilator | c |
| Rundă | Status | evaluat | |
| Dată | 14 oct. 2025 22:46:46 | Scor | ascuns |
Raport evaluator
Compilare:
main.c: In function 'main':
main.c:13:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
13 | fscanf(in, "%d", &n1);
| ^~~~~~~~~~~~~~~~~~~~~
main.c:15:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
15 | fscanf(in, "%d", &b1[i1]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
main.c:17:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
17 | fscanf(in, "%d", &n2);
| ^~~~~~~~~~~~~~~~~~~~~
main.c:19:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
19 | fscanf(in, "%d", &b2[i2]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~