Wrong Answer

foo.cc: In function 'int main()':
foo.cc:23:65: 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:27:10: warning: left operand of comma operator has no effect [-Wunused-value]
  for(i,l=1;i<n;i++)
          ^
foo.cc:29:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   if(s[i].sex=1)
      ~~~~~~~~^~
foo.cc:23:8: 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)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 00, expect 99. 1ms 428.0 KiB

信息

递交者
类型
递交
题目
P1149 结构体-学生信息处理1
语言
C++
递交时间
2021-11-14 10:05:40
评测时间
2021-11-14 10:05:40
评测机
分数
0
总耗时
1ms
峰值内存
428.0 KiB