记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:6:5: warning: 'a' is used uninitialized in this function [-Wuninitialized]
  max=a;
  ~~~^~
foo.cc:7:2: warning: 'b' is used uninitialized in this function [-Wuninitialized]
  if(max<=b)
  ^~
foo.cc:11:6: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<max;
  ~~~~^~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 0, expect 10. 1ms 384.0 KiB
#2 Wrong Answer Read 0, expect 3. 1ms 384.0 KiB

信息

递交者
类型
递交
题目
p1014 求3个数中的最大数
语言
C++
递交时间
2021-11-19 22:04:02
评测时间
2021-11-19 23:00:50
评测机
分数
0
总耗时
3ms
峰值内存
384.0 KiB