Borderou de evaluare (job #825157)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Anagramabil | Compilator | c-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 20 mai 2025 10:25:26 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c:4:1: warning: data definition has no type or storage class
4 | cfnr[10];
| ^~~~
main.c:4:1: error: type defaults to 'int' in declaration of 'cfnr' [-Wimplicit-int]
main.c:5:1: warning: data definition has no type or storage class
5 | cfana[10];
| ^~~~~
main.c:5:1: error: type defaults to 'int' in declaration of 'cfana' [-Wimplicit-int]
main.c: In function 'main':
main.c:12:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
12 | fscanf (fin,"%d",&n);
| ^~~~~~~~~~~~~~~~~~~~