Borderou de evaluare (job #827492)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Numere1 (clasa a 5-a) | Compilator | c-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 7 iun. 2025 12:17:13 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'main':
main.c:32:27: error: lvalue required as left operand of assignment
32 | if(cnt == 2 && ok = 0)
| ^
main.c:9:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
9 | fscanf(fin, "%d", &x);
| ^~~~~~~~~~~~~~~~~~~~~
main.c:11:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
11 | fscanf(fin, "%d", &n);
| ^~~~~~~~~~~~~~~~~~~~~