Wrong Answer
foo.cc: In function 'long long int solve(long long int)':
foo.cc:14:9: warning: 'count' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return count;
         ^~~~~
foo.cc: In function 'int main()':
foo.cc:14:9: warning: 'count' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return count;
         ^~~~~
foo.cc:6:9: note: 'count' was declared here
     int count;
         ^~~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 比赛
- 周末测试
- 语言
- C++
- 递交时间
- 2021-11-03 20:01:58
- 评测时间
- 2021-11-03 20:01:58
- 评测机
- 分数
- 5
- 总耗时
- 3ms
- 峰值内存
- 384.0 KiB