Borderou de evaluare (job #783416)

Utilizator avatar Sebi_Ionescu Ionescu Sebastian Andrei Sebi_Ionescu IP ascuns
Problemă Numere 3 (clasa 5-6) Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 6 aug. 2024 14:40:47 Scor 0

Raport evaluator

Eroare de compilare: main.c: In function 'main': main.c:39:5: error: expected declaration or statement at end of input 39 | } | ^ main.c:9:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 9 | fscanf(in, "%d", &N); | ^~~~~~~~~~~~~~~~~~~~ main.c:13:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 13 | fscanf(in, "%s", numar); | ^~~~~~~~~~~~~~~~~~~~~~~