记录详情

Wrong Answer

foo.cc: In function 'bool sushu(int)':
foo.cc:18:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
foo.cc: In function 'int main()':
foo.cc:38:19: warning: 'b' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cout<<m<<"="<<b<<"+"<<a;
                   ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 4=4+5, expect 4=2+2. 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Wrong Answer Read 24=11+13, expect 24=5+19. 2ms 384.0 KiB
#4 Wrong Answer Read 48=23+25, expect 48=5+43. 2ms 376.0 KiB
#5 Wrong Answer Read 1000=499+501, expect 1000=3+997. 2ms 384.0 KiB

信息

递交者
类型
递交
比赛
周末测试1
语言
C++
递交时间
2021-09-03 21:10:10
评测时间
2021-09-03 21:10:10
评测机
分数
10
总耗时
11ms
峰值内存
384.0 KiB