记录详情

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 Wrong Answer Read 6528, expect 10. 4ms 284.0 KiB
#2 Wrong Answer Read 6045, expect 8. 4ms 284.0 KiB

信息

递交者
类型
递交
题目
1-4 最大值的个数
比赛
2023年新生赛(第一场)
语言
C
递交时间
2023-08-15 19:59:19
评测时间
2023-08-15 19:59:19
评测机
分数
0
总耗时
8ms
峰值内存
284.0 KiB