foo.c: In function 'main':
foo.c:8:14: warning: format '%lf' expects argument of type 'double *', but argument 2 has type 'float *' [-Wformat=]
scanf("%lf %lf",&n,&m);
~~^ ~~
%f
foo.c:8:18: warning: format '%lf' expects argument of type 'double *', but argument 3 has type 'float *' [-Wformat=]
scanf("%lf %lf",&n,&m);
~~^ ~~
%f
foo.c: In function 'score':
foo.c:14:8: error: size of array 's' has non-integer type
float s[n],i,max,min;
^
foo.c:20:19: warning: format '%lf' expects argument of type 'double *', but argument 2 has type 'float *' [-Wformat=]
scanf("%lf",&a[h][l]);
~~^ ~~~~~~~~
%f
foo.c: In function 'main':
foo.c:8:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lf %lf",&n,&m);
^~~~~~~~~~~~~~~~~~~~~~
foo.c: In function 'score':
foo.c:20:10: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lf",&a[h][l]);
^~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务