foo.cc: In function 'int main()':
foo.cc:18:63: warning: format '%c' expects argument of type 'char*', but argument 4 has type 'int*' [-Wformat=]
 scanf("%d %s %c %f",&s[i].sno,s[i].sname,&s[i].sex,&s[i].score);
                                          ~~~~~~~~~            ^
foo.cc:18:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d %s %c %f",&s[i].sno,s[i].sname,&s[i].sex,&s[i].score);
 ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   
  
    [Hydro](https://hydro.ac)提供评测服务