Wrong Answer
foo.c: In function 'main':
foo.c:11:25: warning: format '%f' expects argument of type 'float *', but argument 2 has type 'int *' [-Wformat=]
   11 |                 scanf("%f",&x);
      |                        ~^  ~~
      |                         |  |
      |                         |  int *
      |                         float *
      |                        %d
foo.c:16:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   16 |                 if(x=max)
      |                    ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 1-4 最大值的个数
 - 比赛
 - 2023年新生赛(第一场)
 - 语言
 - C
 - 递交时间
 - 2023-08-15 19:59:19
 - 评测时间
 - 2023-08-15 19:59:19
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 8ms
 - 峰值内存
 - 284.0 KiB