Accepted
foo.cc: In function 'int main()':
foo.cc:34:23: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
     cout << x  << ' ' << y ;
     ~~~~~~~~~~~~~~~~~~^~~~
foo.cc:34:19: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
     cout << x  << ' ' << y ;
                   ^~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 语言
- C++
- 递交时间
- 2021-09-26 21:49:43
- 评测时间
- 2021-09-26 21:49:43
- 评测机
- 分数
- 100
- 总耗时
- 262ms
- 峰值内存
- 7.844 MiB