Wrong Answer

foo.cc: In function 'int main()':
foo.cc:25:9: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return c;
         ^
foo.cc:19:14: note: 'c' was declared here
  int a=1,b=1,c;
              ^
foo.cc: In function 'long long int fib(int)':
foo.cc:25:9: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return c;
         ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 3ms 384.0 KiB
#4 Wrong Answer Read yes, expect no. 2ms 384.0 KiB
#5 Wrong Answer Read yes, expect no. 2ms 384.0 KiB
#6 Accepted 1ms 384.0 KiB
#7 Wrong Answer Read no, expect yes. 2ms 384.0 KiB
#8 Wrong Answer Read no, expect yes. 2ms 384.0 KiB
#9 Accepted 2ms 384.0 KiB
#10 Accepted 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1846 Fibonacci 模3
语言
C++
递交时间
2021-07-18 13:40:08
评测时间
2021-07-18 13:40:08
评测机
分数
60
总耗时
23ms
峰值内存
384.0 KiB