Borderou de evaluare (job #626939)

Utilizator avatar matei2 Matei Popescu Alexandru matei2 IP ascuns
Problemă Vrăji (clasa a 5-a) Compilator c-32
Rundă Arhiva de probleme Status evaluat
Dată 22 ian. 2022 11:30:00 Scor 0

Raport evaluator

Eroare de compilare: main.c: In function 'main': main.c:30:13: error: 'foutt' undeclared (first use in this function); did you mean 'fout'? 30 | fprintf(foutt,) | ^~~~~ | fout main.c:30:13: note: each undeclared identifier is reported only once for each function it appears in main.c:30:19: error: expected expression before ')' token 30 | fprintf(foutt,) | ^ main.c:12:4: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 12 | fscanf(fin,"%d",&n); | ^~~~~~~~~~~~~~~~~~~ main.c:16:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 16 | fscanf(fin,"%d%d",&a,&b); | ^~~~~~~~~~~~~~~~~~~~~~~~ main.c:21:5: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result] 21 | scanf( "%d%d", &a, &b ); | ^~~~~~~~~~~~~~~~~~~~~~~