记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:33:15: warning: 'l' may be used uninitialized in this function [-Wmaybe-uninitialized]
 }cout<<h<< " "<<l;
  ~~~~~~~~~~~~~^~~
foo.cc:33:12: warning: 'h' may be used uninitialized in this function [-Wmaybe-uninitialized]
 }cout<<h<< " "<<l;
            ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Wrong Answer Read 19, expect 8. 2ms 384.0 KiB
#3 Wrong Answer Read 99, expect 49. 6ms 548.0 KiB
#4 Wrong Answer Read 499, expect 456. 41ms 1.914 MiB
#5 Wrong Answer Read 999, expect 853. 195ms 7.875 MiB

信息

递交者
类型
递交
比赛
周末测试2
语言
C++
递交时间
2021-09-24 20:42:06
评测时间
2021-09-24 20:42:06
评测机
分数
20
总耗时
249ms
峰值内存
7.875 MiB