Accepted
foo.cc: In function 'int main()':
foo.cc:6:19: warning: unused variable 'f' [-Wunused-variable]
    6 |     int a,b,c,d,e,f=0;cin>>a>>b;
      |                   ^
foo.cc:22:8: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized]
   22 |  cout<<e;
      |        ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1071 数字3出现的次数
- 语言
- C++
- 递交时间
- 2022-07-13 11:25:59
- 评测时间
- 2022-07-13 11:25:59
- 评测机
- 分数
- 100
- 总耗时
- 5ms
- 峰值内存
- 384.0 KiB